Open a new list for external tutorials.
List three kernel-programming tuturials on Daemonnews: * Dynamic Kernel Linker (KLD) Facility Programming Tutorial by Andrew Reiter <arr@watson.org> * How to Write Kernel Drivers with Newbus by myself * Writing an ISA device driver by Sergey Babkin <babkin@bellatlantic.net> Reading this documents gives one a fairly good start in kernel programming.
This commit is contained in:
parent
22feeda98e
commit
b4b8e7077f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8070
1 changed files with 19 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.15 2000/07/31 08:21:18 alex Exp $">
|
<!ENTITY date "$FreeBSD: www/en/tutorials/index.sgml,v 1.16 2000/09/29 10:12:31 marko Exp $">
|
||||||
<!ENTITY title "FreeBSD Tutorials">
|
<!ENTITY title "FreeBSD Tutorials">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $FreeBSD: www/en/tutorials/index.sgml,v 1.15 2000/07/31 08:21:18 alex Exp $ -->
|
<!-- $FreeBSD: www/en/tutorials/index.sgml,v 1.16 2000/09/29 10:12:31 marko Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -75,6 +75,23 @@
|
||||||
large HTML file</a>).</li>
|
large HTML file</a>).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>Documents related to FreeBSD on other servers:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a
|
||||||
|
href="http://www.daemonnews.org/200010/blueprints.html">Dynamic
|
||||||
|
Kernel Linker (KLD) Facility Programming Tutorial</a></li>
|
||||||
|
|
||||||
|
<li><a
|
||||||
|
href="http://www.daemonnews.org/200007/newbus-intro.html">How to
|
||||||
|
Write Kernel Drivers with Newbus</a></li>
|
||||||
|
|
||||||
|
<li><a
|
||||||
|
href="http://www.daemonnews.org/200008/isa.html">Writing
|
||||||
|
an ISA device driver</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
&footer;
|
&footer;
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue