Linux-kernelprogrammierung -
: The kernel source itself contains extensive guides in the Documentation/ directory. You can generate readable versions by running make htmldocs or make pdfdocs within the kernel source tree. Standard Books :
: Mastering synchronization primitives like RCU (Read-Copy-Update) and Spinlocks to prevent system crashes during simultaneous data access. Linux-Kernelprogrammierung
: Learn how to configure and compile the kernel from scratch. : The kernel source itself contains extensive guides