Linux Kernel Development 2024 pdf epub mobi 电子书


Linux Kernel Development

简体网页||繁体网页

Linux Kernel Development 2024 pdf epub mobi 电子书 著者简介

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.


Linux Kernel Development 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-12-22

Linux Kernel Development 2024 pdf epub mobi 电子书

Linux Kernel Development 2024 pdf epub mobi 电子书

Linux Kernel Development 2024 pdf epub mobi 电子书



喜欢 Linux Kernel Development 电子书 的读者还喜欢


Linux Kernel Development 电子书 读后感

评分

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

评分

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

评分

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...  

评分

此书已二读。2016年6月18日。窃以为此书不仅可以入门,还可入迷。全书虽然言简但的确意赅。设计方面的东西讲了很多,细节你就rtfc罢。要是再有点图就五星了。关于子系统的划分也很好,为后面的书打下良好之基础。另外由于是抢占式内核的设计者,关于抢占的说法也非常权威。泱泱...  

评分

作者的功力相当深厚,提纲挈领的介绍了内核的方方面面,而没有纠缠于细节,但又有细节介绍(比如O1调度器等),作为入门书最好不过了。因为ULK特别像一个手册,逻辑性不强,如果直接看,很容易陷入细节无法出来。如果先看这边书再去看ULK(和内核代码)就能很有针对性了。现在...  

类似图书 点击查看全场最低价
出版者:Addison-Wesley Professional
作者:Robert Love
出品人:
页数:440
译者:
出版时间:May 20, 2010
价格:USD 49.99
装帧:Paperback
isbn号码:9780672329463
丛书系列:

图书标签: Linux  kernel  操作系统  内核  计算机  linux  Kernel  Linux/Unix   


Linux Kernel Development 2024 pdf epub mobi 电子书 图书描述

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.

Linux Kernel Development 2024 pdf epub mobi 电子书

Linux Kernel Development 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Linux Kernel Development 2024 pdf epub mobi 用户评价

评分

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

评分

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

评分

豆瓣上评分很高 但倒是没特别吸引我。我目前希望的OS/Linux kernel的书籍在OS原理上花一半的篇幅,在Linux设计思想和演进上花一半篇幅。至于hacking的内容还得读其他书。

评分

kernel入门必读

评分

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

Linux Kernel Development 2024 pdf epub mobi 电子书


分享链接









相关图书




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

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有