
The third edition of "Understanding the Linux Kernel" takes you on a guided tour of the most significant data structures, algorithms, & programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights 2 people who want 2 know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.
This edition of the book covers Version 2.6, which has seen significant changes 2 nearly every kernel subsystem, particularly in the areas of memory management & block devices. The book focuses on the following topics:
Memory management, including file buffering, process swapping, & Direct memory Access (DMA)
The Virtual Filesystem layer & the Second & Third Extended Filesystems
Process creation & scheduling
Signals, interrupts, & the essential interfaces 2 device drivers
Timing
Synchronization within the kernel
Interprocess Communication (IPC)
Program execution
"Understanding the Linux Kernel" will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, & you'll see how it meets the challenge of providing good system response during process scheduling, file access, & memory management in a wide variety of environments. This book will help you make the most of your Linux system.