Microkernel

Why Trust Techopedia

What Does Microkernel Mean?

A microkernel is a piece of software or even code that contains the near-minimum amount of functions and features required to implement an operating system.

Advertisements

It provides the minimal number of mechanisms, just enough to run the most basic functions of a system, in order to maximize the implementation flexibility so it allows for other parts of the OS to be implemented efficiently since it does not impose a lot of policies.

Techopedia Explains Microkernel

Microkernels were first developed in the 1980s as a direct response to several challenges that were plaguing the adaption of mono-kernels into newer computer systems because of incompatibilities in the design and programming.

This is because new protocol stacks, file systems, device drivers and other low-level systems were being developed quickly at that time. The above mentioned functionalities were often located in the monolithic kernel which results to a lot of work and careful code management when being modified to be used in newer systems.

The microkernel idea was to implement all of these functions as user-space programs which allowed them to be turned on and off like normal programs; they are being run as daemons.

This allowed for easier manipulation of these functions and for the separation of the kernel code for fine tuning without worrying about other side effects. But most especially, it allowed for other operating systems to be built on top of this common core or microkernel which greatly advanced the research on operating systems.

Advertisements

Related Terms

Margaret Rouse
Technology expert
Margaret Rouse
Technology expert

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.