The joy of a modular kernel
What is a modular kernel? Modern modular kernels use a relatively small core that contains only the bare minimum code required to get a computer...
Do I really need to know how to compile the Linux kernel?
Most lists of things we do to learn Linux ignore the bits you don’t really need to do. Here is one I can suggest you...
An introduction to the Linux boot and startup processes with GPT and GRUB2
Ever wondered what it takes to get your system ready to run applications? Here’s what is going on under the hood.
How to tune the Linux kernel with the /proc filesystem
Image by David Both: CC-by-SA 4. The Linux kernel is a tunable marvel that allows you to make changes to its parameters while it is...