Linux Kernel Development

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

出版者: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】  

评分

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

评分

我对作者写作意图的理解是:作者希望读者看了这本书之后,能够知道怎么运用内核函数来开发(驱动程序),也就是本书的书名,kernel development(中文翻成了设计与实现,但是请仔细体会一下,development和设计与实现并不是一回事)。基于这个目的,作者不纠结于内核具体的实现...  

评分

我作为Linux内核学习的入门书来读的,基本上达到了我的目的。让读者能从一个总览式的视角大体了解了一下Linux内核。 就写出来的内容来说作者基本上做到了通俗易懂,但问题就在于对于Linux内核这么复杂的系统,作者介绍的并不够,让人有种迷茫的感觉。 我想这本书也应该读两遍,...  

评分

看了若干页,网上的试读,硬伤还是不少: ================ p3 注二:“内核代码树种”,植物学家?! p4 正文:“系统调用界面”,有点不专业! p5 正文:“空进程”,idle进程好吧?!这个是专有名称了,别瞎改! 正文:“monolithic static binary”翻译成了“不可分割的静...

用户评价

评分

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

评分

Awesome!

评分

蓦然回首,已经过了读这书的阶段。此书比较适合对 kernel 感兴趣或自认有兴趣,但不想或者没有时间或机会弄脏双手,没有写过任何 kernel 的读者。

评分

蓦然回首,已经过了读这书的阶段。此书比较适合对 kernel 感兴趣或自认有兴趣,但不想或者没有时间或机会弄脏双手,没有写过任何 kernel 的读者。

评分

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

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

© 2026 qciss.net All Rights Reserved. 小哈图书下载中心 版权所有