<p><a href="http://kylinx.net/book/ldd3_pdf.tar.bz2"><img src="http://lwn.net/Kernel/LDD3/cover.gif" />全书打包本地下载</a></p>
<p><i>Linux Device Drivers</i>, <br />by Jonathan Corbet, Alessandro Rubini, and Greg <br />Kroah-Hartman. For the <br />moment, only the finished PDF files are available; we do <br />intend to make an <br />HTML version and the DocBook source available as well. </p>
<p>This book is available under the terms of the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons </p>
<p>Attribution-ShareAlike 2.0 license</a>. That means that you are free to <br />download <br />and redistribute it. The development of the book <br />was made <br />possible, however, by <br />those who purchase a copy from <a href="http://www.oreilly.com/catalog/linuxdrive3/">O'Reilly</a> or elsewhere. </p></p>
<p>
<p><i>LDD3</i> is current as of the 2.6.10 kernel. See <a href="http://lwn.net/Articles/2.6-kernel-api/">the LWN 2.6 API changes page</a> <br />for <br />information on subsequent changes. </p>
<p>LDD3 chapter files</p>
<p>Title page PDF </p>
<p>Copyright and credits PDF </p>
<p>Table of Contents PDF </p>
<p>Preface PDF </p>
<p>Chapter 1: An Introduction to Device Drivers PDF </p>
<p>Chapter 2: Building and Running Modules PDF </p>
<p>Chapter 3: Char Drivers PDF </p>
<p>Chapter 4: Debugging Techniques PDF </p>
<p>Chapter 5: Concurrency and Race Conditions PDF </p>
<p>Chapter 6: Advanced Char Driver Operations PDF </p>
<p>Chapter 7: Time, Delays, and Deferred Work PDF </p>
<p>Chapter 8: Allocating Memory PDF </p>
<p>Chapter 9: Communicating with Hardware PDF </p>
<p>Chapter 10: Interrupt Handling PDF </p>
<p>Chapter 11: Data Types in the Kernel PDF </p>
<p>Chapter 12: PCI Drivers PDF </p>
<p>Chapter 13: USB Drivers PDF </p>
<p>Chapter 14: The Linux Device Model PDF </p>
<p>Chapter 15: Memory Mapping and DMA PDF </p>
<p>Chapter 16: Block Drivers PDF </p>
<p>Chapter 17: Network Drivers PDF </p>
<p>Chapter 18: TTY Drivers PDF </p>
<p>Index PDF</p>
<p>下载地址:</p>
<p><a href="http://lwn.net/images/pdf/LDD3/ldd3_pdf.tar.bz2">http://lwn.net/images/pdf/...</a></p>
分享到:
相关推荐
### Linux Device Drivers, 第三版 #### 知识点概览 - **设备驱动程序的基础概念** - **Linux 内核与设备驱动的关系** - **编写高质量设备驱动的方法论** - **不同类型的设备驱动(例如:字符设备、块设备、网络...
《Linux Device Drivers Third Edition》是Linux系统开发领域中一本经典的参考书籍,主要针对那些希望深入理解并开发Linux设备驱动程序的工程师。这本书详尽地介绍了Linux内核如何与硬件交互,以及如何编写高效的...
《Linux Device Drivers Third Edition》是由 Jonathan Corbet、Alessandro Rubini 和 Greg Kroah-Hartman 共同编写的经典著作,该书是 Linux 驱动程序开发领域的权威指南。本书深入浅出地讲解了 Linux 设备驱动程序...
LDD3,即《Linux Device Drivers, Third Edition》,则是在2005年更新的,针对Linux内核2.6及以后版本。相较于第二版,LDD3引入了许多新的概念和技术,如模块化驱动程序、USB设备驱动、电源管理、异步I/O等。此外,...
### Linux Device Drivers(第三版) #### 作者:Jonathan Corbet, Alessandro Rubini, 和 Greg Kroah-Hartman **Linux Device Drivers** 是一本深入探讨Linux内核与硬件交互机制的专业书籍,它由三位在Linux内核...
《Linux Device Drivers》第三版是Linux开发者们广泛阅读的经典教程,尤其对于想要深入理解Linux内核及设备驱动程序开发的工程师来说,这本书是不可或缺的参考资料。该书详细介绍了如何为Linux系统编写各种类型的...
Linux Device Driver (3edtion)原版 1. An Introduction to Device Drivers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 The Role of the Device Driver 2 Splitting the Kernel ...
This is the web site for the Third Edition of Linux Device Drivers, by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman. For the moment, only the finished PDF files are available; we do int...
This is the third edition of Linux Device Drivers. The kernel has changed greatly since this book was first published, and we have tried to evolve the text to match. This edition covers the 2.6.10 ...
《Linux Device Drivers, Third Edition》(简称 LDD3)是一本经典的开源书籍,专注于讲解Linux内核设备驱动程序的开发。这本书由Jonathan Corbet、Greg Kroah-Hartman和Alexandre Oliva共同撰写,旨在帮助开发者...
《Linux Device Drivers Third Edition》(LDD3)是Linux设备驱动程序开发领域的经典之作,英文原版提供了最为准确和详尽的技术信息。本书主要面向那些希望深入理解Linux内核并编写设备驱动程序的开发者,涵盖了从...
在LED灯驱动开发中,首先需要理解硬件基础,特别是...在实际操作中,结合具体的CPU型号和 datasheet,以及Linux驱动开发的指南(如LDD3,Linux Device Drivers Third Edition),可以有效地编写出高效的LED灯驱动程序。
Now, with this third edition, it's even more helpful, covering all the significant changes to Version 2.6 of the Linux kernel. Includes full-featured examples that programmers can compile and run ...