| kernel (BC-CST) |
Central module of an operating system.
The operating system kernel is the part of the operating system that is loaded first. Since it is located in the main memory, it should be as small as possible, yet still be able to provide all the essential services required by operating system components and applications.
The operating system kernel is responsible for memory management, process and task management, and disk management.