From d3fe3338b9ebbd11849d723d92090bf1a68522c9 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 1 Dec 2009 08:52:51 -0200 Subject: [PATCH] Linux is modular. --- _ldd.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_ldd.xml b/_ldd.xml index fbc7570..e26b90a 100644 --- a/_ldd.xml +++ b/_ldd.xml @@ -190,4 +190,17 @@ struct ifreq req; ioctl (fd, SIOCGIFFLAGS, \&req); + +Linux Modules + +Linux is modularized. Drivers, filesystems, network protocols and others +may be loaded at runtime. Every module has an init and an exit +functions. + + +Modules may have parameters. In load time, parameters, which may be +boolean, integers or strings, are given by the user. + + + -- 2.20.1