---
title: "What is monolithic kernel?"  
description: "What is monolithic kernel?"  
author: "Kalin"  
published: 2022-04-02  
canonical: https://answers.mindstick.com/qa/96679/what-is-monolithic-kernel  
category: "troubleshooting"  
tags: ["troubleshooting", "operating systems"]  
reading_time: 1 minute  

---

# What is monolithic kernel?

What is [monolithic](https://answers.mindstick.com/qa/38899/where-has-the-world-s-largest-monolithic-statue-of-buddha-been-installed) [kernel](https://answers.mindstick.com/qa/96812/what-is-linux-kernel-is-it-legal-to-edit-linux-kernel)?

## Answers

### Answer by Hitesh Vohra

- A **monolithic kernel i**s a type of operating system in which the complete operating system runs in kernel space. In contrast to other operating system architectures (such as the microkernel architecture), the monolithic model is the only one that defines a high-level virtual interface over computer hardware.
- All operating system services such as process management, concurrency, and memory management are implemented using a set of primitives or system calls.
- Modules for device drivers can be added to the kernel. Most modern monolithic operating systems, such as OpenVMS, Linux, BSD, SunOS, AIX, and MULTICS, may dynamically load (and unload) executable modules at runtime, as can modular operating systems like OS-9.

\

**Read More: [Will Windows 11 increase FPS?](https://answers.mindstick.com/qa/95060/will-windows-11-increase-fps)**


---

Original Source: https://answers.mindstick.com/qa/96679/what-is-monolithic-kernel

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
