Understanding the Linux Virtual Memory Manager 2024 pdf epub mobi 電子書 下載


Understanding the Linux Virtual Memory Manager

簡體網頁||繁體網頁

Understanding the Linux Virtual Memory Manager pdf epub mobi 著者簡介

Mel Gorman曾獲得愛爾蘭利馬瑞剋大學的計算機學士和碩士學位。他的研究領域廣泛:從網頁開發到攝影機的實時顯示係統。Mel Gorman認為,即使是最難以攻剋的項目也並沒有想象中那麼艱難。他曾經還擔任過係統管理員,主要管理Linux, 也涉及到Solaris和Windows。現今Mel Gorman是都柏林IBM公司的Java程序開發員。

Mel Gorman的大部分技能都來自於他自己在利馬瑞剋大學的生活經曆,與大學裏計算機社區的廣泛接觸,以及實地工作經驗這三者的完美結閤。是計算機社區使他接觸到瞭Linux,並相信Linux用途廣泛,而絕不僅僅隻是一個便利的郵箱地址。這個社區還使他對開放源碼軟件産生瞭興趣,尤其是在Linux內核方麵。他永遠感激利馬瑞剋大學為他提供的這個平颱,使他認識瞭許多有識之士,並有兩年時間來研究VM。

閑暇時Mel Gorman喜歡和女友凱倫呆在一起,或者彈彈吉他(盡管並不擅長),讀讀手邊的書籍,與朋友和傢人(他們避免談及有關VM的話題)一同消磨時光。又或是製訂一些可能並無價值的計劃(有時僅僅在想象中完成它們)。隻要安迪說服他乘坐遊艇是個不錯的娛樂項目,他也會去嘗試。Mel Gorman還在猶豫著是繼續創作關於Linux的文章,還是嚮從前一樣在Linux環境下編寫程序,因為後者纔是他最初的意願。


Understanding the Linux Virtual Memory Manager pdf epub mobi 圖書描述

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.

Understanding the Linux Virtual Memory Manager 2024 pdf epub mobi 電子書 下載

Understanding the Linux Virtual Memory Manager pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-06-01

Understanding the Linux Virtual Memory Manager 2024 pdf epub mobi 電子書 下載

Understanding the Linux Virtual Memory Manager 2024 pdf epub mobi 電子書 下載

Understanding the Linux Virtual Memory Manager 2024 pdf epub mobi 電子書 下載



喜欢 Understanding the Linux Virtual Memory Manager 電子書 的读者还喜欢


Understanding the Linux Virtual Memory Manager pdf epub mobi 讀後感

評分

linux領域的權威著作比較有名的是ULK和LDD,這本書雖然不如那兩本書有名氣,但是卻絲毫不遜色。對於linux內核而言,最基礎的就是內存管理這一部分,對於想深入學習內核的人而言,這本書不容錯過。 這本書的不足之處是,(1)源碼是結閤2.4來講的,這就是它的價值大打摺扣,不過...

評分

linux領域的權威著作比較有名的是ULK和LDD,這本書雖然不如那兩本書有名氣,但是卻絲毫不遜色。對於linux內核而言,最基礎的就是內存管理這一部分,對於想深入學習內核的人而言,這本書不容錯過。 這本書的不足之處是,(1)源碼是結閤2.4來講的,這就是它的價值大打摺扣,不過...

評分

linux領域的權威著作比較有名的是ULK和LDD,這本書雖然不如那兩本書有名氣,但是卻絲毫不遜色。對於linux內核而言,最基礎的就是內存管理這一部分,對於想深入學習內核的人而言,這本書不容錯過。 這本書的不足之處是,(1)源碼是結閤2.4來講的,這就是它的價值大打摺扣,不過...

評分

linux領域的權威著作比較有名的是ULK和LDD,這本書雖然不如那兩本書有名氣,但是卻絲毫不遜色。對於linux內核而言,最基礎的就是內存管理這一部分,對於想深入學習內核的人而言,這本書不容錯過。 這本書的不足之處是,(1)源碼是結閤2.4來講的,這就是它的價值大打摺扣,不過...

評分

linux領域的權威著作比較有名的是ULK和LDD,這本書雖然不如那兩本書有名氣,但是卻絲毫不遜色。對於linux內核而言,最基礎的就是內存管理這一部分,對於想深入學習內核的人而言,這本書不容錯過。 這本書的不足之處是,(1)源碼是結閤2.4來講的,這就是它的價值大打摺扣,不過...

類似圖書 點擊查看全場最低價
出版者:Prentice Hall
作者:Mel Gorman
出品人:
頁數:768
譯者:
出版時間:2004-5-9
價格:USD 64.99
裝幀:Paperback
isbn號碼:9780131453487
叢書系列:Bruce Perens' Open Source Series

圖書標籤: Linux  Kernel  內存管理  操作係統  kernel  計算機  MM  內核   


Understanding the Linux Virtual Memory Manager 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Understanding the Linux Virtual Memory Manager pdf epub mobi 用戶評價

評分

恐怕再也沒有講Linux mm的這麼好的書瞭!

評分

恐怕再也沒有講Linux mm的這麼好的書瞭!

評分

翻瞭下前麵的章節,後麵的commentary沒看。該屬於常讀常新的那種書

評分

翻瞭下前麵的章節,後麵的commentary沒看。該屬於常讀常新的那種書

評分

恐怕再也沒有講Linux mm的這麼好的書瞭!

Understanding the Linux Virtual Memory Manager 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有