//
An Operating System (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. It acts as an intermediary between the user of a computer and the computer hardware.
The Kernel is the central component of an operating system. It is the core program that manages the system's resources and the communication between hardware and software components. It is one of the first programs loaded on startup (after the bootloader).