Kernel is -
The kernel is a part of an operating system. The operating system is the software package that communicates directly to the hardware and our application. The kernel is the lowest level of the operating system. It manages the operations of the computer and the hardware most notably memory and CPU time. There are two types of kernels: a microkernel, which only contains basic functionality; a monolithic kernel, which contains many device drivers.