Operating System
Programming and Technical
Explain the difference between
microkernel and macro kernel.
Read Solution (Total 1)
-
- Monolithic kernel is a single large process running entirely in a single address space. It is a single static binary file. ... Examples of monolithic kernel based OSs: Unix, Linux. In microkernels, the kernel is broken down into separate processes, known as servers.
- 7 years agoHelpfull: Yes(0) No(1)
Operating System Other Question