Limit search to available items
Book Cover
E-book
Author Gorman, Mel, author

Title Understanding the Linux Virtual Memory Manager
Published E Rutherford : Prentice Hall PTR April 2004 Old Tappan : Pearson Education [distributor]

Copies

Description 1 online resource (768 pages) illustrations
Series Bruce Perens' Open Source Ser
Bruce Perens' Open Source Ser
Contents 1. Introduction -- 2. Describing physical memory -- 3. Page table management -- 4. Process address space -- 5. Boot memory allocator -- 6. Physical page allocation -- 7. Noncontiguous memory allocation -- 8. Slab allocator -- 9. High memory management -- 10. Page frame reclamation -- 11. Swap management -- 12. Shared memory virtual filesystem -- 13. Out of memory management -- 14. final word -- Code commentary
Summary Annotation A programmer wanting to understand the workings of the Linux VM today literally has no choice but to study the kernel source code, line-by-line - an excruciatingly difficult and time-consuming task. This book dedicates itself to explaining, in detail, how the memory manager is implemented in Linux, thereby cutting down the time needed to understand it from many months to mere weeks. The Linux VM is the single most important component of the Linux kernel. The behavior of the VM affects all other kernel subsystems, and has a dramatic impact on overall system performance. This book is unique in that not only does it describe the Linux VM itself in unprecedented detail, it also includes the theoretical foundations for it which is of interest to both developers and students but has been omitted from recent Linux kernel related material. It is split into three parts. The first part begins with an introduction on how to approach reading the code of an open source project. It then provides a detailed description of the VM architecture with the aid of numerous diagrams and call graphs, which is suitable for people who need a clear understanding of how the VM functions. The second part is a detailed line-by-line description of the C source modules (source code commentary) that implement the VM in the Linux 2.4 kernel. The third part describes new features in the upcoming 2.6 kernel
Audience Scholarly & Professional Prentice Hall PTR
SUBJECT Linux fast
Subject Virtual computer systems.
Virtual storage (Computer science)
Virtual computer systems
Virtual storage (Computer science)
Form Electronic book
LC no. 2004043864
ISBN 0131453483
9780131453487
Other Titles Understanding the Linux Virtual Memory Manager (Online)