Friday, 2 August 2019

Kernel Architecture in Linux

What is the KERNEL?

kernel1

Kernel is the part of the operating system that interacts directly with the hardware. It is used to provide an application interface between programs and physical devices.
Most of the kernel programming is done in C language and the kernel is the heart of the operating system.

There are three types of kernels available,
  •           Monolithic kernels - these are mostly used by Linux operating systems.
  •           Micro kernels - are used for Minix operating systems.
  •           Hybrid kernels - are mostly used b Windows and OS-X systems.

We can learn more about kernel and their internal programming in detailed in Kernel programming course.

0 comments:

Post a Comment