Linux Kernel Development

Linux Kernel Development pdf epub mobi txt 电子书 下载 2025

出版者:Addison-Wesley Professional
作者:Robert Love
出品人:
页数:440
译者:
出版时间:May 20, 2010
价格:USD 49.99
装帧:Paperback
isbn号码:9780672329463
丛书系列:
图书标签:
  • Linux
  • kernel
  • 操作系统
  • 内核
  • 计算机
  • linux
  • Kernel
  • Linux/Unix
  • Linux内核
  • 内核开发
  • 操作系统
  • C语言
  • 驱动开发
  • 系统编程
  • 嵌入式系统
  • 源码分析
  • Linux
  • 技术书籍
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

The third edition of the authoritative, practical introduction to the Linux kernel for programmers who want to better understand the Linux kernel and write and develop kernel code. Authored by a well-known member of the Linux kernel development team, with a reputation for a highly readable and focused writing style, this edition has been thoroughly updated and includes improved coverage of all the major subsystems and features of the latest version of the Linux 2.6.xx kernel.

Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code. While the book discusses topics that are theoretical, it does so with the goal of assisting programmers so they better understand the topics and become more efficient and productive in their coding.

The book discusses the major subsystems and features of the Linux kernel, including design and implementation, their purpose and goals, and their interfaces. Important computer science and operating system design details are also addressed. The book covers the Linux kernel from both angles -- theoretical and applied -- which should appeal to both types of readers.

The author, a core kernel developer, shares valuable knowledge and experience on the very latest Linux kernel.

Specific topics covered will include: all the important algorithms, relevant subsystems, process management, scheduling, time management and timers, system call interface, memory addressing, memory management, paging strategies, caching layers, VFS, kernel synchronization, and signals.

An authoritative, practical guide that helps programmers better understand the Linux kernel, and to write and develop kernel code.

* Authored by core Linux kernel developers.

* In-depth coverage of all the major subsystems and features of the new Linux 2.6 kernel.

* Targeted audience includes programmers interested in gaining relevant and timely information so they may further their kernel development skills.

--This text refers to an out of print or unavailable edition of this title.

作者简介

Robert Love is an open source programmer, speaker, and author who has been using and contributing to Linux for more than 15 years. He is currently senior software engineer at Google, where he was a member of the team that developed the Android mobile platform’s kernel. Prior to Google, he was Chief Architect, Linux Desktop, at Novell. Before Novell, he was a kernel engineer at MontaVista Software and Ximian.

Love’s kernel projects include the preemptive kernel, the process scheduler, the kernel events layer, inotify,VM enhancements, and several device drivers.

He has given numerous talks on and has written multiple articles about the Linux kernel and is a contributing editor for Linux Journal. His other books include Linux System Programming and Linux in a Nutshell.

目录信息

1 Introduction to the Linux Kernel
2 Getting Started with the Kernel
3 Process Management
4 Process Scheduling
5 System Calls
6 Kernel Data Structures
7 Interrupts and Interrupt Handlers
8 Bottom Halves and Deferring Work
9 An Introduction to Kernel Synchronization
10 Kernel Synchronization Methods
11 Timers and Time Management
12 Memory Management
13 The Virtual Filesystem
14 The Block I/O Layer
15 The Process Address Space
16 The Page Cache and Page Writeback
17 Devices and Modules
18 Debugging
19 Portability
20 Patches, Hacking, and the Community
· · · · · · (收起)

读后感

评分

P138 注释1 幸好Linux没有提供这样的递归锁。【Windows下的Mutex和Critical Section是可递归的。Linux下的pthread_mutex_t锁默认是非递归的。可以显示的设置PTHREAD_MUTEX_RECURSIVE属性,将pthread_mutex_t设为递归锁。http://fwd4.me/0AeU】  

评分

先是看了一下电子版 觉得不错 于是在china-pub上买了这书(相比较电子版 纸书做笔记比较方便 自己读书的习惯 :) ) 如果一上来就看understanding the linux kernel 3rd Edition 未免太过吃力 要是先仔细读完这本书在看前者 就容易的多 不算厚的篇幅把kernel大体上讲了一遍 ...  

评分

对于这本加上目录、附录共400页的小书本(相对于ULK那本大砖头...)我们还能要求什么更多的呢。 对于一个对内核感兴趣但是又无从下手的人来说我推荐读这一本,说内核的书籍确实很多,但是我觉得讲活得却不多。这本书给读者一个很好的框架。 简洁、点到为止,就好。 如果想有...  

评分

LDK这书估计慕名而来的人都会在第一时间略感失望,首先书很薄,而且讲解不求深入。如果一个人在第一次翻阅此书的时候有这样的印象,那应该好好反省下自己是否太浮躁了。 其实这部书的定位有点不高不低,但也正因如此,它是最适合过渡阶段的内核学习者阅读的一部书。正确的阅读...  

评分

在读这本书得时候,我把本科的操作系统和linux的命令忘得所剩无几,直接在昏暗的屋子里看源码和《深入理解linux内核》这本书的时候,心都要碎了。 陷入了只见树木,不见森林。 后来在知乎上,看见很多人都推荐这本LKD就买来看。 思路比较清晰、易读。 像给了一面地图...  

用户评价

评分

放寒假之前粗略看过一遍,要再看。 我是再看understand linux kernel 是查资料找到这本书的。

评分

后来做storage的研究,想了解io scheduler,然后回头读的时候,才发现作者写的真的很精辟,刚刚点到即止,不至于那么繁杂。

评分

2.6.34,hold住,我一定要把英文版看下去。 还没看完,换工作了。

评分

后来做storage的研究,想了解io scheduler,然后回头读的时候,才发现作者写的真的很精辟,刚刚点到即止,不至于那么繁杂。

评分

本书没有过多的陷入实现细节,而是由“需求、设计和实现”所贯穿,与BSD上圣经级的"The Design and Implementation of 4.4 BSD OS"可谓相得益彰,不同的是前者在各组件上介绍的更细致,对于确实没读过写过内核的人来说有很高的指导意义,而后者在具有足够的基础下显得更加高屋建瓴。无论是Linux还是BSD,将两本书互为参考,都是很有意义的。

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有