您的浏览历史

Linux内核编程必读(英文影印版) [特价中]

此图书为特价商品,可能会出现部分因出版社库存过久或保存不当造成的如页面轻微折损、纸张稍显陈旧等细小瑕疵,不会影响您的正常阅读。

精彩评论
市场价 : ¥75.00
会员价 : ¥30.00(40折)

基本信息
【评  价】 (共 14 条) 参与评论
【原 书 名】 The Linux Kernel Primer : A Top-Down Approach for x86 and PowerPC Architectures
【原出版社】 Prentice Hall PTR
【作  者】(美)Claudia Salzberg Rodriguez,Gordon Fischer,Steven Smolski [同作者作品] [作译者介绍]
【丛 书 名】 经典原版书库
【出 版 社】 机械工业出版社     【书 号】 7111193458
【上架时间】 2006-6-28
【出版日期】 2006 年7月 【开 本】 16开 【页 码】 616     【版 次】1-1
【所属分类】 计算机 > 操作系统 > Linux

【内容简介】

本书是一本Linux内核编程的权威指南,其独特的由表及里学习途径使得内核编程更易于理解。本书从用户空间到内核,把内核内在的实现原理与用户级编程的基本原则相联系,系统地跟踪了实现功能。这种途径有助于在你所了解的Linux知识基础上,加深对内核组成及工作机理的理解。 .

为了理解内核代码并掌控其行为,作者逐步引入所有的工具和汇编语言编程技术,并一一比较x86和PowerPC的实现,揭示了含糊不清的实现功能。另外,书中对源代码例子和实际项目都加有适当注释。本书是第一本全面涵盖快速增长的PowerPC Linux开发平台的书,也是惟一一本用Linux构建系统彻底讨论内核配置的书。 ..



本书主要内容

● 数据结构

● x86和PPC汇编语言

● 查看内核内部状态

● Linux进程模型

● 用户空间和内核空间

● 中断和异常

● 内存分配和跟踪

● 跟踪子系统行为

● I/O交互

● 文件系统和文件操作

● 调度和同步

● 内核启动过程

● 内核构建过程

● 配置选项

● 设备驱动程序

本书介绍了Linux内核编程需要的所有技巧和技术,无论对于系统程序员、软件工程师、系统分析员、测试人员还是Linux的热衷者来说,都是不可或缺的参考书。...

【作译者介绍】

本书提供作译者介绍
Claudia Salzberg Rodriguez就职于IBM Linux技术中心,进行内核及相关编程工具的开发。她做了5年多Linux系统程序员,针对Intel和PPC平台,进行嵌入式到高性能系统的Linux开发。 .
Gordon Fischer 为很多低级设备开发了Linux和UNIX设备驱动程序,并针对Intel和PPC平台,在各种各样的企业级设置中使用Linux内核。.. Steven Smolski 在制造、测试以及内存、处理器和ASICS的研发等半导体行业工作了26年,他为Linux、AIX、Windows以及嵌入式操作系统都写过应用程序和驱动程序。 ...
.. << 查看详细

【目录信息】


Foreword.
Acknowledgments
About the Authors
Preface
Chapter 1 Overview
1.1 History of UNIX
1.2 Standards and Common Interfaces
1.3 Free Software and Open Source
1.4 A Quick Survey of Linux Distributions
1.5 Kernel Release information
1.6 Linux on Power
1.7 What Is an Operating System?
1.8 Kernel Organization
1.9 Overview of the Linux Kernel
1.10 Portability and Architecture Dependence
Summary
Exercises
Chapter 2 Exploration Toolkit
<< 查看详细目录

【前言】

Technology in general and computers in specific have a magical allure that seems to consume those who would approach them. Developments in technology push established boundaries and force the re-evaluation of troublesome concepts previously laid to rest. The Linux operating system has been a large contributor to a torrent of notable shifts in industry and the way business is done. By its adoption of the GNU Public License and its interactions with GNU software, it has served as a cornerstone to the various debates that surround open source, fr.. << 查看前言

【序言】

Here there be dragons. Medieval mapmakers wrote that about unknown or dangerous places, and that is likely the feeling you get the first time you type:.
cd /usr/src/linux ; is
"Where do I start?" you wonder. "What exactly am I looking at? How does it all hang together and actually work?"
Modern, full-featured operating systems are big and complex. The number of subsystems is large, and their interactions are many and often subtle. And while it's great that you have the Linux kernel source code (more about tha.. << 查看序言
评论交流 共有14人开贴评论  18人参与评论  14人参与打分 查看
3人
 21%
用户平均打分
我要写评论 help如何参与评论和打分
5人
 35%
4人
 28%
1人
 7%
1人
 7%

shizhiyuan
二级评论员
该会员在china-pub购买过此书
评价等级:  
发表于:2009-6-12 21:09:00
字体很大,不错。
以前看过中文版,确实是primer
和《linux内核设计与实现》一起看,应该是不错的内核入门组合~
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得0个)

zrhai

一级评论员
该会员在china-pub购买过此书
评价等级:  
发表于:2009-6-23 15:54:00
感觉内容少了点
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得0个)

zhuxunyu

一级评论员
评价等级:  
发表于:2008-5-26 6:41:00
出版社的搞定价工作的人出来说一下,你干嘛把这本书英文版弄这么贵还有没有良心啊
回复 ( 1条评论-- 点击查看讨论 )
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得1个)

wueddie

一级评论员
该会员在china-pub购买过此书
评价等级:  
发表于:2008-9-27 13:15:00
补充一下,这本书是基于2.6.7内核的。 不是前面一位所说的2.6.18
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得0个)

wueddie

一级评论员
该会员在china-pub购买过此书
评价等级:  
发表于:2008-9-27 11:46:00
几点想法:
1 价格确实贵,不过我喜欢它比较大的英文字体,至少眼睛不累一点。
2 书的深度确实浅,不过我喜欢每章最后的实践项目。我看内核的书超过两年了,还是第一次实践。
3 排版问题很多,源代码中行号的处理太乱了。
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得0个)
我要写评论
查看所有评论交流(共14条)