<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog ngohaibac&#187; Driver</title>
	<atom:link href="http://www.ngohaibac.net/category/open-source/driver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngohaibac.net</link>
	<description>Hãy chia sẻ để được chia sẻ.</description>
	<lastBuildDate>Sat, 15 Oct 2011 14:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linux Device Drivers, Third Edition</title>
		<link>http://www.ngohaibac.net/linux-device-drivers-third-edition/</link>
		<comments>http://www.ngohaibac.net/linux-device-drivers-third-edition/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 13:11:37 +0000</pubDate>
		<dc:creator>ngohaibac</dc:creator>
				<category><![CDATA[Driver]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.net/?p=619</guid>
		<description><![CDATA[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 intend to make an HTML version and the DocBook source available as well. This book is available under the terms of the [...]


Related posts:<ol><li><a href='http://www.ngohaibac.net/cho-red-hat-enterprise-linux-server-vao-trong-menu-boot-ubuntu/' rel='bookmark' title='Cho Red Hat Enterprise Linux Server vào trong menu boot'>Cho Red Hat Enterprise Linux Server vào trong menu boot</a></li>
<li><a href='http://www.ngohaibac.net/he-dieu-hanh-linux-vietnam-cho-hoc-sinh/' rel='bookmark' title='Hệ điều hành Linux Vietnam cho học sinh (vnlinuxEDU-9.7)'>Hệ điều hành Linux Vietnam cho học sinh (vnlinuxEDU-9.7)</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-c-co-ban-den-nang-cao-tren-nen-unix/' rel='bookmark' title='Hướng dẫn lập trình C cơ bản đến nâng cao trên nền Unix'>Hướng dẫn lập trình C cơ bản đến nâng cao trên nền Unix</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><div class="ArticleText"><img src="http://lwn.net/Kernel/LDD3/cover.gif" border="0" alt="Linux Device Drivers, Third Edition" hspace="10" width="145" height="190" align="left" /></div>
<div class="ArticleText">This is the web site for the <strong>Third Edition of Linux Device Drivers</strong>, by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman.  For the moment, only the finished PDF files are available; we do intend to make an HTML version and the DocBook source available as well.</div>
<div class="ArticleText">
<p>This book is available under the terms of the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>.  That means that you are free to download and redistribute it.  The development of the book was made possible, however, by those who purchase a copy from <a href="http://www.oreilly.com/catalog/linuxdrive3/">O'Reilly</a> or elsewhere.</p>
<p>LDD3 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> for information on subsequent changes.</p>
<h3 class="tochead">LDD3 chapter files</h3>
<blockquote>
<table border="0" cellspacing="3">
<tbody>
<tr class="Odd">
<td>Title page</td>
<td><a href="http://lwn.net/images/pdf/LDD3/TITLE.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Copyright and credits</td>
<td><a href="http://lwn.net/images/pdf/LDD3/COPYRIGHT.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Table of Contents</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ldr3TOC.fm.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Preface</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch00.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 1: An Introduction to Device Drivers</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch01.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 2: Building and Running Modules</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch02.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 3: Char Drivers</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch03.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 4: Debugging Techniques</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch04.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 5: Concurrency and Race Conditions</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch05.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 6: Advanced Char Driver Operations</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch06.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 7: Time, Delays, and Deferred Work</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch07.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 8: Allocating Memory</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch08.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 9: Communicating with Hardware</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch09.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 10: Interrupt Handling</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch10.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 11: Data Types in the Kernel</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch11.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 12: PCI Drivers</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch12.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 13: USB Drivers</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch13.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 14: The Linux Device Model</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch14.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 15: Memory Mapping and DMA</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch15.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 16: Block Drivers</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch16.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Chapter 17: Network Drivers</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch17.pdf">PDF</a></td>
</tr>
<tr class="Even">
<td>Chapter 18: TTY Drivers</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ch18.pdf">PDF</a></td>
</tr>
<tr class="Odd">
<td>Index</td>
<td><a href="http://lwn.net/images/pdf/LDD3/ldr3IX.fm.pdf">PDF</a></td>
</tr>
</tbody>
</table>
</blockquote>
<h3>Downloads</h3>
<p>Also available:</p>
<ul>
<li> <a href="http://lwn.net/images/pdf/LDD3/ldd3_pdf.tar.bz2">A tarball of the LDD3 PDF files</a> (11MB).</li>
</ul>
<p>Nguồn: <a href="http://lwn.net/Kernel/LDD3/">http://lwn.net/Kernel/LDD3/</a></div>
<div class="ArticleText">Tài liệu được phân phối dưới giấy phép <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>, bạn được thoái mái sử dụng, phân phối các bản copy, ... Chi tiết, xem <a href="http://creativecommons.org/licenses/by-sa/2.0/">giấy phép</a></div>
<div class="ArticleText"></div>
<div class="ArticleText">Theo mình đánh giá thì tài liệu này rất hay, cố gắng dành thời gian để đọc nào. Nhìn cái list content là biết ngay mà.</div>
<img src="http://www.ngohaibac.net/?ak_action=api_record_view&id=619&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.net/cho-red-hat-enterprise-linux-server-vao-trong-menu-boot-ubuntu/' rel='bookmark' title='Cho Red Hat Enterprise Linux Server vào trong menu boot'>Cho Red Hat Enterprise Linux Server vào trong menu boot</a></li>
<li><a href='http://www.ngohaibac.net/he-dieu-hanh-linux-vietnam-cho-hoc-sinh/' rel='bookmark' title='Hệ điều hành Linux Vietnam cho học sinh (vnlinuxEDU-9.7)'>Hệ điều hành Linux Vietnam cho học sinh (vnlinuxEDU-9.7)</a></li>
<li><a href='http://www.ngohaibac.net/huong-dan-lap-trinh-c-co-ban-den-nang-cao-tren-nen-unix/' rel='bookmark' title='Hướng dẫn lập trình C cơ bản đến nâng cao trên nền Unix'>Hướng dẫn lập trình C cơ bản đến nâng cao trên nền Unix</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.net/linux-device-drivers-third-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

