Type of Kernel

Type of Kernel

What is Kernel and it's Types

What do you mean by kernel?

  1. Kernel is the core part of OS also known as heart of an OS.
  2. Have full control over everything in the system, each operation/task/program of hardware and software is managed and administrated by Kernel.
  3. Kernel is working as bridge applications and data processing.
  4. Kernel Manages - Memory, task, disk, peripheral and I/O requests.

Types of Kernels

  1. Monolithic Kernel
  2. Micro Kernel
  3. Hybrid Kernel
  4. Nano Kernel
  5. Exo Kernel

Monolithic Kernel

  1. The Monolithic Kernel is type of kernel which using the same memory space for user services and kernel services.
  2. It means there is no separate memory space allotted for kernel and user, both will work in same memory space.
  3. OS ex - Unix, Linux

Micro Kernel

  1. Its using different memory space for user and kernel
  2. Means Micro Kernel have space for each Kernel service and User services.
  3. OS ex – L4, Minix

Hybrid Kernel

  1. Also known as modular kernels
  2. Combination of Monolithic and Micro kernel
  3. OS Ex – Windows, Netware

Nano Kernel

  1. Code of kernel is very small
  2. Code executing in privileged mode of the hardware is very small
  3. Defines a kernel that supports a nanosecond clock resolution
  4. OS ex – EROS

Exo Kernel

  1. Its in under developing process

Some Kernel names

Kernel Name

OS Used in

Written in

FreeBSD

FreeBSD, Debian

C

Linux

Android, Ubuntu, CentOS, FirefoxOS, ChromeOS

C

Windows NT

All Windows NT, win 7, 8, 8.1, 10, 11, win phone, win server, vista

C

Windows 9X

Win 95, 98, ME

C++

XNU (Darwin)

MacOS, iOS, iPadOS

C, C++


    • Related Articles

    • What is Boot Process in Linux OS.

      Boot Process in Linux OS. Have you ever wondered what happens behind the scenes from the time you press the power button until the Linux login prompt appears? Press the power button on your system, and after few moments you see the Linux login ...
    • Backup, Snapshot, and Restore Linux installations using Timeshift

      If you mess up (or are going to mess up) some config files or drivers, it is always good to have a fallback point. The de-facto standard for doing this on Linux is Timeshift. Timeshift for Linux is an application that provides functionality similar ...
    • How to Partition, Format, and Mount Secondary Drives in Linux - Manual Drive Configuration (MDC)

      Introduction This guide provides detailed instructions on how to manually configure secondary drives in a Linux system, including partitioning, formatting, and mounting the drives. Warning Performing these steps on an existing primary drive or a ...
    • Installing NVIDIA Drivers on Ubuntu

      Ubuntu doesn't come with NVIDIA drivers installed by default as they are proprietary and closed-source. This means that you'll have issues like poor performance, displays not working, artifacts etc... while using the FOSS nouveau drivers. Graphical ...
    • Enable Root Login in GUI Lock Screen in Ubuntu.

      How to Enable Root Login in Ubuntu in Login Screen. Do you have Trouble to Login as root user in Ubuntu like this? Steps to Enable Root Login Login as other user as you Define in Installation time. Open the Terminal, shortcut to open Terminal ...