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

读后感

评分

1、china-pub新浪微博免费赠书(5本) #china-pub赠书#共5册,《云计算核心技术剖析》http://t.cn/hehwpJ《云计算(第二版)》 http://t.cn/he3uWG《Linux内核设计与实现(原书第3版)》http://t.cn/aKbpeg《黑客与画家:硅谷创业 之父Paul Graham文集》http://t.cn/hdhFN1《Mongo...  

评分

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

评分

我是对照中英文看的,去买了本译本,下了英文的ebook,主要是还是想赶点时间出来。中文的译文文笔倒还不错,至少很多笑话翻译得非常恰当,呵呵。但是致命伤也不少: 第一,排版上问题很大。很多原来的粗体斜体对关键词的标识根本就消失了。译者有时候弄点译者注,竟然就直接在...  

评分

1、china-pub新浪微博免费赠书(5本) #china-pub赠书#共5册,《云计算核心技术剖析》http://t.cn/hehwpJ《云计算(第二版)》 http://t.cn/he3uWG《Linux内核设计与实现(原书第3版)》http://t.cn/aKbpeg《黑客与画家:硅谷创业 之父Paul Graham文集》http://t.cn/hdhFN1《Mongo...  

评分

自己一开始看的时候,觉得有些上下文提到的概念没有解释得很清楚,如果原来没有这方面的知识就会有一些困难。 我自己是同时参考下面两本书一起看的。 Understanding Linux Kernl 3rd Unix Internals 发现不懂就去查查上面两本书。 这样基本都能看懂了。  

用户评价

评分

电子档

评分

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

评分

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

评分

准确的说这不是一本讲解内核实现的书,应该是一本介绍内核API的书。

评分

Easy read, detailed overview. Though it may be time for a new edition.

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

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