Andy Microbaum

From OSDev.wiki
Revision as of 23:28, 18 June 2020 by osdev>Peterx (Created page with "Andy abhors monolithic kernel like Linux, Windows or BSD. He rather writes a carefully designed little kernel that does some basic stuff and leaves the rest for user space. =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Andy abhors monolithic kernel like Linux, Windows or BSD. He rather writes a carefully designed little kernel that does some basic stuff and leaves the rest for user space.

Pro's & Con's

Pro:

  • easier to maintain

Con:

  • more overhead

Going further than Andy Microbaum

Consider other kernel designs: Layered, modular or even smaller (nanokernel, exokernel)

Andy Microbaum's bookshelf

Research papers on microkernels

Andy Microbaum's opponents position

Monolithic kernel (= all in one big kernel)

People and OSes related to Andy Microbaum

  • Amoeba