Monolithic kernel
* Single binary file [ directory ls -d /lib/modules/$(uname -r) does NOT exists ]
* All drivers included in kernel itself
Modular kernel
* Multiple files for kernel
* Drivers can be loaded or unloaded into kernel using modprob command, see man page of
lsmod, modprob etc [directory ls -d /lib/modules/$(uname -r) exists to store drivers]
* Almost all drivers are build and linked against kernel
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment