Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Required fields*

Why is Linux called a monolithic kernel?

I read that Linux is a monolithic kernel. Does monolithic kernel mean compiling and linking the complete kernel code into an executable?

If Linux is able to support modules, why not break all the subsystems into modules and load them when necessary? In that case, the kernel doesn't have to load all modules initially and could maintain an index of the functions in the module and load them when necessary.

Answer*

Cancel
4
  • 1
    Yes, I know Tanenbaum meant Hurd. But GNU switched to Linux so the wording is funny. Commented Oct 27, 2014 at 21:06
  • Why is there a lack of use of x86 for mobile devices? What makes the other architectures advantageous? Commented Aug 18, 2015 at 13:04
  • 1
    Abdul: See this question. Commented Aug 18, 2015 at 15:24
  • Yes, those are important. It is difficult to make an x86 SOC (system-on-chip). There is not standard HDL code to make an x86 that a SOC vendor (Broadcom, Freescale, etc) can buy. Commented Aug 18, 2015 at 15:42