changeset 0:93c7869166a0

Source control would probably be a good idea.
author Rob Landley <rob@landley.net>
date Wed, 20 Jun 2007 00:25:31 -0400
parents
children 34a037d461f9
files index.html
diffstat 1 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html	Wed Jun 20 00:25:31 2007 -0400
@@ -0,0 +1,32 @@
+<title>Linux Kernel Documentation</title>
+
+<p>Documentation for the Linux kernel source tarball</p>
+<ul>
+<li><a href=Documentation>Text files in the Documentation directory.</a></li>
+<li><a href=htmldocs>Output of "make htmldocs".</a></li>
+<li><a href=xmlman>man-pages-2.50 (section 2: system calls)</a></li>
+</ul>
+
+<p>More kernel documentation</p>
+<ul>
+<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.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>
+</ul>
+<p>Standards</p>
+<ul>
+<li><a href=http://www.opengroup.org/onlinepubs/009695399/>Single Unix Specification v6</a> (See especially <a href=http://www.opengroup.org/onlinepubs/009695399/idx/xsh.html>system interfaces</a>)</li>
+<li><a href=http://www.linux-foundation.org/spec/refspecs/>Linux Foundation's specs page</a> (ELF, Dwarf, ABI...)</li>
+</ul>
+
+<p>todo</p>
+<ul>
+<li><a href=index>Index of terms used by the kernel</a></li>
+</ul>
+
+<!--
+http://www.ibm.com/developerworks/linux/library/l-linux-kernel/
+-->