What is the kernel process?
Ntoskrnl.exe
What is a kernel-loadable module that operates between the hardware and the executive so that applications and device drivers don’t have to be aware of hardware-specific information?
HAL.DLL
What is the lower layer of ntoskrnl.exe and provides fundamental mechanisms used by the Executive components, as well as low-level hardware architecture support?
kernel
What are the four main responsibilities of the kernel?
What is the upper layer of ntoskrnl.exe and is the Windows system call handler that verifies and provides kernel services?
Executive
What are seven components of the Windows Executive?