Windowskernen
Windowskernen, or the Windows kernel, is the central component of the Windows operating system in the Windows NT family. It runs in kernel mode and provides the fundamental services that manage hardware, processes, memory, and input/output. The kernel interfaces with hardware through the Hardware Abstraction Layer (HAL) and exposes core primitives to other system components and device drivers.
Architecturally, the Windows kernel comprises ntoskrnl.exe (the kernel itself) plus core components such as the Memory
Drivers and kernel-mode services communicate with the kernel via I/O request packets (IRPs) and a structured
User-mode subsystems rely on the kernel for execution and services; a portion of the graphics and windowing