Download WordPress Themes, Happy Birthday Wishes
Home » Computer » Understanding the Linux Virtual Memory Manager

Understanding the Linux Virtual Memory Manager

  • Category: Computer
  • Author: Mel Gorman
  • Pages: 768 pages

Read and download free eBook intituled Understanding the Linux Virtual Memory Manager in format – 768 pages created by Mel Gorman.

 

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.

READ  Hyper-V Essentials

Read and Download Links:

Understanding the Linux Virtual Memory Manager

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

MIPS Assembly Language Programmers Guide

Read and download free Book intituled MIPS Assembly Language Programmers Guide in format PDF written by Riccardo Solmi.