The Kernel At the core of the OS is the Kernel. At ring 0 (or 3), it interfaces between the
operating system (and applications) and the hardware. A monolithic kernel is one static executable
and the kernel runs in supervisor mode. All functionality required by a monolithic kernel must be
precompiled in.