How the Linux kernel works
The folks over at TuxRadar (the website from the publishers of Linux Format, a great Linux magazine from the UK) have a great post titled “How the Linux kernel works” that gives a nice overview of the kernel. The article briefly goes over using system programming libraries, managing kernel modules, and using the /proc filesystem to tune the kernel. I’ve always enjoyed the articles from the TuxRadar / Linux Format folksĀ and this is another great one that I highly recommend.
Other kernel resources:
- The Linux Kernel Archives a.k.a Official Site of the Linux Kernel
- Kernel Newbies
- Linux Systems Programming: Talking Directly to the Kernel and C Library by Robert Love
- Linux Device Drivers, 3rd Edition by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman
- Interactive Map of the Linux Kernel