原作名: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% 评价: 写笔记 写书评 加入购书单 分享到
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 Device Drivers, 3rd Edition Over the years, this bestselling guide has helped countless programmers learn how to support computer peripherals under the Linux operating system, and how to develop new hardware under Linux. Now, with this third edition, it's even more... J Corbet,A Rubini...
Linux Kernel Development, 3rd Edition (Linux内核开发 第3版) Gavin Hu 粉丝-35关注 -0 +加关注 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 ...
^[2] Bovet D P , Cesati M . Understanding the Linux kernel, Third Edition[M]. O'Reilly & ...
《Linux Kernel Development – Second Edition》第六章中Shared Handlers这一节,其中有段总结性的文字如下: When the kernel receives an interrupt, it invokes sequentially each registered handler on the line. Therefore, it is important that the handler be capable of distinguishing whether it generated a ...
Linux.Kernel核心中文手册. Linux.Kernel核心中文手册,可以大致了解一下其Kernel 的基本结构. 上传者:tenya时间:2010-04-19 Professional Linux Kernel Development 3rd.zip_Kernel_development Linux Kernel Development Third Edition 上传者:weixin_42657024时间:2022-07-15 ...
Linux Device Drivers,Third Edition(LDDR3) 这本书基于2.6版本的内核,主要讲述了三种常见的驱动类型:字符设备驱动、块设备驱动、网络设备驱动;书中关于PCIe和USB驱动也有讲解,这个可以根据自己的实际使用情况来考虑。较新的内核版本的驱动框架与书中介绍的会有出入,但实际上本质一样。驱动学习的有效路径之一是学习...