Hi,

> u are wrong!!! The Linux kernel design is definitely
> MONOLITHIC

        Yeah. IIRC in microkernel architecture, the basic kernel is
absolutely minimal, only scheduling process management and generic message
passing is implemented in the microkernel. *Everything* else is
implemented as userland programs (daemons) that communicate with eachother
and with other userland programs through the generic message passing
provided by the microkernel. This includes file systems, device drivers,
page fault handlers, memory management etc. etc.

        Kedar.



-----------------------------------------------------------------------
For information on this and other Linux India mailing lists check out
http://lists.linux-india.org/

Reply via email to