原作名:Linux Kernel Development Third Edition 出版年:2011-1 页数:440 定价:69.00元 丛书:经典原版书库 ISBN:9787111327929 豆瓣评分 8.9 67人评价 5星 55.2% 4星 38.8% 3星 6.0% 2星 0.0% 1星 0.0% 评价: 写笔记 写书评 加入购书单 分享到
This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data...
Linux Kernel Development Third Edition ❖ For Doris and Helen. ❖ Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting ted with the Kernel 11 3 Process Management 23 4 Process Sch ling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt Handlers ...
Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing ... R Love 被引量: 5发表: 2010年 The Object-Oriented Thought Process The Object-Oriented Thought Process Third Edition Developer's Library ES...
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 ...
Linux Kernel Development, 3rd Edition (Linux内核开发 第3版) Linux Kernel Development, 3rd Edition (Linux内核开发 第3版) Gavin Hu 粉丝-35关注 -0 +加关注 0 0
^[2] Bovet D P , Cesati M . Understanding the Linux kernel, Third Edition[M]. O'Reilly & ...
the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data structures Details on interrupt handlers and bottom halves Extended coverage of ...
部分内容来自:Linux Kernel Development(Third Edition),Robert Love,陈莉君等译。 1.进程 进程是正在执行的程序代码的实时结果,包含打开的文件、挂起的信号等。线程是进程中的活动的对象,内核调度的对象是线程。在Linux内核对线程与进程并不加以区分,线程只不过是一种特殊的进程。
Linux Device Drivers,Third Edition(LDDR3) 这本书基于2.6版本的内核,主要讲述了三种常见的驱动类型:字符设备驱动、块设备驱动、网络设备驱动;书中关于PCIe和USB驱动也有讲解,这个可以根据自己的实际使用情况来考虑。较新的内核版本的驱动框架与书中介绍的会有出入,但实际上本质一样。驱动学习的有效路径之一是学习...