56 lines
2.3 KiB
HTML
56 lines
2.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
<html>
|
||
<head>
|
||
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
|
||
<title>Drivers & Modules</title>
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.40">
|
||
<link rel="home" href="index.html" title="Kernel Hacking HOWTO">
|
||
<link rel="up" href="index.html" title="Kernel Hacking HOWTO">
|
||
<link rel="previous" href="indexs07.html" title="Basic Functions">
|
||
<link rel="next" href="indexs09.html" title="Kernel Debugging">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<div class="navheader">
|
||
<table width="100%" summary="Navigation header">
|
||
<tr><th colspan="3" align="center">Drivers & Modules</th></tr>
|
||
<tr>
|
||
<td width="20%" align="left">
|
||
<a href="indexs07.html">Prev</a> </td>
|
||
<th width="60%" align="center"> </th>
|
||
<td width="20%" align="right"> <a href="indexs09.html">Next</a>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<hr>
|
||
</div>
|
||
<div class="sect1">
|
||
<a name="drivers"></a><div class="titlepage"><div><h2 class="title" style="clear: both">
|
||
<a name="drivers"></a>Drivers & Modules</h2></div></div>
|
||
<p>This topic is too diverse to be covered in the first version of this document. Please see:</p>
|
||
<div class="itemizedlist"><ul>
|
||
<li><p>
|
||
<a name="id46573578"></a>The O'reilly book entitled "Linux Device Drivers" (2nd Ed.) for a comprehensive guide. You can read it <a href="http://www.xml.com/ldd/chapter/book/index.html" target="_top">online</a>, but buying a hard copy of the book is encouraged.</p></li>
|
||
<li><p>
|
||
<a name="id46573588"></a><a href="http://www.dirac.org/linux/writing/" target="_top">The Module Programming Guide</a> as a more concentrated source of information. Now maintained by Peter J. Salzman.</p></li>
|
||
</ul></div>
|
||
</div>
|
||
<div class="navfooter">
|
||
<hr>
|
||
<table width="100%" summary="Navigation footer">
|
||
<tr>
|
||
<td width="40%" align="left">
|
||
<a href="indexs07.html">Prev</a> </td>
|
||
<td width="20%" align="center"><a href="index.html">Home</a></td>
|
||
<td width="40%" align="right"> <a href="indexs09.html">Next</a>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="40%" align="left">Basic Functions </td>
|
||
<td width="20%" align="center"><a href="index.html">Up</a></td>
|
||
<td width="40%" align="right"> Kernel Debugging</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</body>
|
||
</html>
|