Linux Kernel

A Kernel is a central component of an operating system.It acts as an interface between the user applications and the hardware.The sole aim of the kernel is to manage the communication between the software (User Level applications) and the hardware(CPU,disk memory etc).

Latest Stable Kernel version is: 3.8.2 (https://www.kernel.org/)

The main tasks of the kernel are:
  • Process management
  • Device management
  • Memory management
  • Interrupt Handling
  • I/O communication
  • File Systems

No comments:

Post a Comment