Why a monolithic kernel?
Ville: When you look at process execution at a more detailed level, Menuet kernel has features from both micro- and monolithic scheduling. For example, applications graphics access is implemented monolithic style and networking is implemented like in microkernels. Monolithic kernel is a reliable backbone for all the other features.