According to its introduction, Linux Internals "was written to enhance the general understanding of the inner workings of Linux". With chapters covering topics such as the virtual memory (VM) manager, ...
Thomas Herbert's book The Linux TCP/IP Stack: Networking for Embedded Systems is a thorough guided tour of the Linux kernel TCP/IP implementation. Herbert builds his description of Linux networking, ...
I've found myself having do some socket programming in the linux kernel. (yes, yes, I know: have I thought about user space? Yes, that's where I've prototyped my code. This is a research project that ...
This course provides an introduction to Kernel programming for the Linux operating system, and the development of Linux kernel drivers for Embedded devices. The Yocto build system is introduced, which ...