Understanding the Linux Virtual Memory Manager

Understanding the Linux Virtual Memory Manager

查阅电子书
手机扫码
  • 微信扫一扫

    关注微信公众号

因版权原因待上架

内容简介

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.

作者简介

Mel Gorman曾获得爱尔兰利马瑞克大学的计算机学士和硕士学位。他的研究领域广泛:从网页开发到摄影机的实时显示系统。Mel Gorman认为,即使是最难以攻克的项目也并没有想象中那么艰难。他曾经还担任过系统管理员,主要管理Linux, 也涉及到Solaris和Windows。现今Mel Gorman是都柏林IBM公司的Java程序开发员。

Mel Gorman的大部分技能都来自于他自己在利马瑞克大学的生活经历,与大学里计算机社区的广泛接触,以及实地工作经验这三者的完美结合。是计算机社区使他接触到了Linux,并相信Linux用途广泛,而绝不仅仅只是一个便利的邮箱地址。这个社区还使他对开放源码软件产生了兴趣,尤其是在Linux内核方面。他永远感激利马瑞克大学为他提供的这个平台,使他认识了许多有识之士,并有两年时间来研究VM。

闲暇时Mel Gorm...

(展开全部)

Understanding the Linux Virtual Memory Manager是2004年由PrenticeHall出版,作者MelGorman。

得书感谢您对《Understanding the Linux Virtual Memory Manager》关注和支持,如本书内容有不良信息或侵权等情形的,请联系本网站。

购买这本书

你可能喜欢
Linux命令行与shell脚本编程大全(第3版) 电子书
  精通Linux命令行与shell脚本编程,尽在本书中   本书是关于Linux命令行和shell命令的全面参考资料,涵盖详尽的动手教程和实际应用指南,并提供相关参考信息和背景资料,带你从Linux命令行基础入手,直到写出自己的shell。   时隔四年后的这一版本,针对Linux的新特性和实践,进行了全面更新。   使用简单的shell脚本工具实现任务自动化   创建shell脚本,全面理解shell的用途   管理文件系统与软件包   使用nano、KDE及GNOME等编辑器   学习结构化命令、文本处理及正则表达式   创建与电子邮件、数据库及Web相关的实用脚本   优化环境、微调脚本
Linux常用命令自学手册 电子书
一本快速自学Linux常用命令的工具书。
Linux操作系统案例教程(CentOS Stream 9/RHEL 9)(微课版) 电子书
本书以应用为导向,基于CentOSStream9RHEL9,侧重讲解Linux操作系统不同发行版的共性技术。本书共12章,分为4篇:快速入门篇、系统管理篇、基础应用篇、前沿应用篇。第1篇主要包括:Linux操作系统概述、命令行基础。第2篇主要包括:文件和目录管理、用户和组管理、磁盘存储管理、进程管理。第3篇主要包括:软件包与网络服务管理、Shell编程、LinuxC编程。第4篇主要通过综合案例介绍
一个64位操作系统的设计与实现 电子书
基于Intel Core i7处理器的64位多核操作系统,引入诸多Linux内核的设计精髓。
Linux命令行与shell脚本编程大全(第4版) 电子书
一本关于Linux命令行与shell脚本编程的系统性教程。