The core part, the BRAIN, of an OS.
- manages the hardware (CPU, RAM, disks) and allows software to communicate with it
- If your computer were a car, the kernel would be the engine.
- It’s the main layer between the OS and underlying computer hardware, and it helps with tasks such as process and memory management, inter-process communication, file system management, device control and networking.