RAM//kernel space

- Protected region of RAM reserved for the OS kernel, device drivers, and interrupt handlers.


Protected region of RAM reserved for the OS kernel, device drivers, and interrupt handlers.

User programs cannot access kernel memory directly — they cross the boundary via syscall

Has full hardware access, including MMIO registers and DMA descriptors.

A fault here crashes the entire system.