Linux is modular.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 1 Dec 2009 10:52:51 +0000 (08:52 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 1 Dec 2009 10:52:51 +0000 (08:52 -0200)
_ldd.xml

index fbc7570..e26b90a 100644 (file)
--- a/_ldd.xml
+++ b/_ldd.xml
@@ -190,4 +190,17 @@ struct ifreq req; ioctl (fd, SIOCGIFFLAGS, \&#38;req);
 </para>
 </foil>
 
+<foil>
+<title>Linux Modules</title>
+<para>
+Linux is modularized. Drivers, filesystems, network protocols and others
+may be loaded at runtime. Every module has an init and an exit
+functions.
+</para>
+<para>
+Modules may have parameters. In load time, parameters, which may be
+boolean, integers or strings, are given by the user.
+</para>
+</foil>
+
 </slides>