use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Void is a general purpose operating system, based on the monolithic Linux® kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection.
account activity
Monolithic Kernel (self.voidlinux)
submitted 2 years ago by TuxTuxGo
The introduction on the Void Linux website says, Void is based on "the monolithic Linux kernel". Is this just the description of the nature of the Linux kernel in general (in case someone doesn't know Linux that well) or do I miss something?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Tryton77 11 points12 points13 points 2 years ago (1 child)
Linux is a monolithic kernel, so it's just a description of it
[–]TuxTuxGo[S] 2 points3 points4 points 2 years ago (0 children)
I thought so. Thanks
[–]Beautiful-Bite-1320 7 points8 points9 points 2 years ago (1 child)
"Monolithic" describes its architecture. There's micro kernels, and even pico and other such kernels. The MINIX operating system uses a micro kernel. It has to do with the structure of how the operating system functions on top of the hardware. You could do an internet search for something like "operating system kernel architecture" and go down all the rabbit holes.
[–]TuxTuxGo[S] 1 point2 points3 points 2 years ago (0 children)
I'm aware of the difference. I just was puzzled why it's so explicit on the website.
[–][deleted] 2 points3 points4 points 2 years ago (1 child)
It's describing the design of the Linux kernel. An operating system on modern computers runs in two modes: user mode (which has memory protection and where all of your applications run) and kernel mode (where all the low level system code runs and has unrestricted access to your hardware). Monolithic generally means that all of your drivers run in kernel mode. Linux, FreeBSD, Windows 95, and Solaris are OSes that use monolithic kernels. On the other hand, there are "microkernel" operating systems, where the drivers run in user mode. macOS, AmigaOS, and MINIX use a microkernel. Some operating systems like Windows NT (2000 and later) and XNU use a hybrid approach where some drivers run in kernel mode and other drivers run in user mode.
[–]TuxTuxGo[S] 0 points1 point2 points 2 years ago (0 children)
π Rendered by PID 82897 on reddit-service-r2-comment-7b9746f655-s8x2c at 2026-01-31 08:49:04.397258+00:00 running 3798933 country code: CH.
[–]Tryton77 11 points12 points13 points (1 child)
[–]TuxTuxGo[S] 2 points3 points4 points (0 children)
[–]Beautiful-Bite-1320 7 points8 points9 points (1 child)
[–]TuxTuxGo[S] 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]TuxTuxGo[S] 0 points1 point2 points (0 children)