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 ...
    • Permanent Mount Devices/File System in Linux

      How to mount Devices/File System in Linux This guide only covers NTFS partitions, for other file systems you will need to change the commands or types as needed. Mounting makes file systems, files, directories, devices, and special files available ...
    • 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 ...
    • Setup FTP access to rocky linux 9.5 server using vsftpd

      Install vsftpd sudo dnf install vsftpd -y Enable and Start the vsftpd Service sudo systemctl enable vsftpd --now Verify the status: sudo systemctl status vsftpd Adjust Firewall Rules By default, the Rocky Linux firewall blocks FTP traffic. Allow it: ...
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...