More about Modules
- Modules loaded at runtime, not linked into the kernel
- Building infrequently used drivers as modules saves a little
memory
- A program called kerneld will automatically load most modules
when they're needed and unload them when they haven't been used
in a while
- Linux-AFS is a module, so you always need to enable modules and
versioning.
Previous
Last modified: Thu Jan 9 16:18:45 EST 1997