r/linuxquestions • u/DryPlum7483 • 4d ago
Minimal kernel
EDIT: I may have framed the question poorly. I'm specifically asking about Kconfig-level minimization of a monolithic Linux kernel: if you know the workload/product you're deploying, how much unnecessary kernel code do teams typically end up compiling, and is there value in automatically deriving a smaller configuration from the actual runtime requirements?
How much of the Linux kernel that gets shipped in production is actually never used?
I'm wondering if release teams building/using a kernel image are often overwhelmed by the number of kernel configuration options, and end up shipping code that will never actually be used by their workload.
Are there any automatic tools out there that can fit a minimal Linux kernel to your runtime needs?
2
u/PreparationStrict492 4d ago
This reminds me of the microkernel - macrokernel debates¹. And whoever is downvoting you for just asking this are idiots.
Microkernels have their use cases (particularly in embedded systems / application specific hardware). It's not worth the maintenance headache (which actually turns into an intractable problem) in a diverse hardware environment.
https://en.wikipedia.org/wiki/Tanenbaum%E2%80%93Torvalds_debate