Sunday 26 February 2012

Microkernel System Structure


  • Moves as much from the kernel into “user” space.
  • Communication takes place between user modules using message passing.
  • Benefits:
    1.  easier to extend a microkernel
    2.   easier to port the operating system to new architectures
    3.   more reliable (less code is running in kernel mode)
    4.   more secure

No comments:

Post a Comment