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
· · · · · · (收起)

读后感

评分

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

评分

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

评分

因为对操作系统有些疑惑,就读了一下这本书。 这本书并不是专门讲操作系统理论的,而是专注阐释linux内核的机制和相应的实现方法,包括进程管理调度、内存管理、内核同步、定时器、文件系统等。 同时本书也附有内核源码用以帮助读者理解,读完之后确实消除了自己对...  

评分

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

评分

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

用户评价

评分

Awesome!

评分

电子档

评分

内核入门经典必读呀,惊叹怎么别人能够掌握这么全面的知识,同时又讲的有条有理。

评分

之前看过Robert Love的Linux System Programming, 行文风格还是挺类似,惜墨如金。将千万行代码级别的项目浓缩成短短的三百多页的书也就说明了与大部头风格的Understanding the Linux Kernel和Professional Linux Architecture相比,它不是一本具体、详细介绍Linux内核代码的书。不过由于作者良好的大局观,这依然是一本极好的Linux 内核读物,书中虽然不会有具体的代码分析,但是为阅读linux内核代码提供极佳的指导。我读这本书的感觉就好像是探险游戏一样,暂时不知道结果是什么样的,但是我知道该通过什么方法一步步去达成

评分

第一遍:混个脸熟

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

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