diff index.html @ 15:7caa68027a70

I need to redo this entirely but here's what's there now.
author Rob Landley <rob@landley.net>
date Thu, 02 Aug 2007 22:32:38 -0500
parents c751b140afbd
children a6a6640500ae
line wrap: on
line diff
--- a/index.html	Thu Aug 02 22:31:53 2007 -0500
+++ b/index.html	Thu Aug 02 22:32:38 2007 -0500
@@ -5,10 +5,11 @@
 <ul>
 <li><a href=Documentation>Text files in the kernel's Documentation directory.</a></li>
 <li><a href=htmldocs>Output of kernel's "make htmldocs".</a></li>
-<li><a href=xmlman>html conversion of man-pages package</a></li>
+<li><a href=xmlman>html version of man-pages package</a></li>
 <li><a href=http://lwn.net/Kernel/Index/>Linux Weekly News kernel articles</a></li>
 <li>Linux Device Drivers book (<a href=http://lwn.net/Kernel/LDD3/>third edition</a>) (<a href=http://www.xml.com/ldd/chapter/book/>second edition</a>)</li>
 <li><a href=ols>Ottawa Linux Symposium papers</li>
+<li><a href=http://www.linuxjournal.com/xstatic/magazine/archives>Linux Journal archives</a></li>
 <li><a href=http://www.ibm.com/developerworks/views/linux/library.jsp>IBM Developerworks Linux Library</a></li>
 <li><a href=http://www.tux.org/lkml/>Linux Kernel Mailing List FAQ</a></li>
 <li><a href=http://kernelplanet.org>Kernel Planet (blog aggregator)</a></li>
@@ -23,13 +24,14 @@
 <h2>Translations</h2>
 <ul>
 <li><a href=http://tlktp.sourceforge.net/>Linux Kernel Translation Project</a></li>
+<li><a href=http://kernelnewbies.org/RegionalNewbies>Kernel Newbies regional pages</a></li>
 <li><a href=http://www.linux.or.jp/JF/index.html>Japanese</a></li>
 <li><a href=http://zh-kernel.org/docs>Chinese</a></li>
 </ul>
 
 <p>todo</p>
 <ul>
-<li><a href=index>Index of terms used by the kernel</a></li>
+<li><a href=local>Index of terms used by the kernel</a></li>
 </ul>
 
 <!--
@@ -58,6 +60,7 @@
     Interrupt handling
   memory management
     mmap, DMA
+    <a href=gorman>Understanding the Linux Virtual Memory Manager</a>, by Mel Gorman.
   vfs
     Filesystems
       Types of filesystems
@@ -71,6 +74,12 @@
   Drivers:
     Filesystem
     Block (block layer, scsi layer)
+      SCSI:
+	<ul>
+	<li><a href=Documentation/scsi>Documentation/scsi</a> scsi.txt scsi_mid_low_api.txt scsi-generic.txt scsi_eh.txt</li>
+        <li><a href=http://sg.torque.net/sg/p/sg_v3_ho.html>SCSI Generic (sg) HOWTO</a></li>
+	<li><a href=xmlman/man4/sd.html>man 4 sd</a></li>
+	</ul>
     Character (tty, audio, null, random/urandom, zero)
     DRI
   Hotplug
@@ -105,7 +114,7 @@
     What does daemonizing mean?
   C library, Dynamic loader
   FHS directories
-    populating /dev from sysfs.
+    <a href=pending/hotplug-sysfs.txt>populating /dev from sysfs</a>.
 
 Submitting Patches