Operating System Design/Kernel Architecture/Hybrid kernel

From Wikibooks, open books for an open world
Jump to navigation Jump to search

A hybrid kernel is one that combines aspects of both micro and monolithic kernels, but there is no exact definition. Often, "hybrid kernel" means that the kernel is highly modular, but all runs in the same address space. This allows the kernel avoid the overhead of a complicated message passing system within the kernel, while still retaining some microkernel-like features.