changeset 122:4e510536c3c8

Saran Kumar Krishnan pointed out that the link to part 2 of the ars technica ram guide went to part 1, and that got me to check in the accumulated backlog of changes to the index file.
author Rob Landley <rob@landley.net>
date Fri, 26 Jul 2013 15:20:37 -0500
parents 1dfbd8733c91
children afcc37151224
files index.html
diffstat 1 files changed, 27 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Aug 08 18:35:56 2011 -0500
+++ b/index.html	Fri Jul 26 15:20:37 2013 -0500
@@ -2,6 +2,18 @@
 <title>Linux Kernel Documentation</title>
 <body>
 
+<h2>Kernel source</h2>
+<ul>
+<li><p><a href=http://kernel.org/pub/linux/kernel/v3.x/>Release tarballs</a></p></li>
+<li><p>Source control: <a href="http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary">browse online</a> <a href=git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git>clone with git</a></p></li>
+<ul>
+<li><p>Git howtos: <a href=http://landley.net/writing/git-bisect-howto.html>git-bisect howto</a>, <a href=http://try.github.com/levels/1/challenges/1>interactive tutorial</a>, <a href=http://kernel.org/pub/software/scm/git/docs>official
+documentation</a></p></li>
+<li><p><a href=fullhist>Unified Linux-kernel git repository</a>, with complete history from 0.0.1 to the present.</p></li>
+<li><p>Linux From Scratch (how to build a complete Linux system from source code): <a href=http://www.linuxfromscratch.org/lfs/view/stable>read online</a> <a href=http://www.linuxfromscratch.org/lfs/downloads/stable/>download</a>.</p></li>
+</ul>
+</ul>
+
 <h2>Documentation extracted from the Linux kernel and mirrored on the web where
 Google can find it:</h2>
 <ul>
@@ -16,18 +28,25 @@
 
 <h2>Standards documents applicable to the Linux kernel</h2>
 <ul>
-<li><p><a href=http://www.opengroup.org/onlinepubs/9699919799/>Single Unix Specification v4</a> (Also known as Open Group Base Specifications issue 7, and POSIX 2008.  See especially <a href=http://www.opengroup.org/onlinepubs/9699919799/idx/xsh.html>system interfaces</a>)</p></li>
+<li><p><a href=http://www.opengroup.org/onlinepubs/9699919799/>Single Unix Specification v4</a> (Also known as Open Group Base Specifications issue 7, and POSIX 2008.  See especially <a href=http://www.opengroup.org/onlinepubs/9699919799/idx/xsh.html>system interfaces</a>. You can <a href=http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4.tar.bz2>download the whole thing</a>.)</p></li>
 
-<li><p>C99 standard (current version of the C programming language): <a href=http://www.open-std.org/jtc1/sc22/wg14/www/standards>ISO/IEC C9899 PDF</a>, <a href=http://busybox.net/~landley/c99-draft.html>html</a>, or <a href=http://c0x.coding-guidelines.com/>searchable website</a>.</p></li>
+<li><p>C99 standard (defines the C programming language Linux is implemented
+in): <a href=http://www.open-std.org/jtc1/sc22/wg14/www/standards>ISO/IEC C9899 PDF</a>, <a href=http://busybox.net/~landley/c99-draft.html>html</a>, or <a href=http://c0x.coding-guidelines.com/>searchable website</a>.</p></li>
+
 <li><p><a href=http://www.unix.org/whitepapers/64bit.html>LP64 standard</a> defining the size of char, short, int, and long on 32-bit and 64-bit platforms.  (See also the <a href=http://www.unix.org/version2/whatsnew/lp64_wp.html>rationale</a> for the standard, and the <a href=http://blogs.msdn.com/oldnewthing/archive/2005/01/31/363790.aspx>legacy reasons</a> another OS declined to adopt this standard).</p></li>
 
 <li><p><a href=http://refspecs.linuxfoundation.org/index.shtml>Linux Foundation's specs page</a> (ELF, Dwarf, ABI...)</p></li>
+
+<li><p><a href=http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/>Linux
+Standard base</a> (also <a href=http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic.html>downloadable</a>).</p></li>
+
 <li><p><a href="http://www.t10.org/scsi-3.htm">SCSI standards</a></p></li>
 </ul>
 
 <h2>Videos worth watching</h2>
 
 <ul>
+<li><p>RSA Animate - <a href=http://www.youtube.com/watch?v=u6XAPnuFjJc>The surprising truth about what motivates us</a></p></li>
 <p><li>Clay Shirky (NYU)
 <ul>
 <li><a href=http://www.youtube.com/watch?v=sPQViNNOAkw>Institutions vs Collaboration</a></li>
@@ -35,31 +54,31 @@
 </ul></li></p>
 
 <p><li>Ben Collins-Sussman and Brian Fitzpatrick (Subversion)
-<ul><li><a href=http://video.google.com/videoplay?docid=-4216011961522818645>How Open Source Projects Survive Poisonous People</a></li>
+<ul><li><a href=http://www.youtube.com/watch?v=ZSFDm3UYkeE>How Open Source Projects Survive Poisonous People</a></li>
 </ul></li></p>
 
 <p><li>Martin Michlmayr (Debian)
 <ul>
-<li><a href=http://video.google.com/videoplay?docid=-5503858974016723264>Release Management in Large Free Software Projects</a>
+<li><a href=http://www.youtube.com/watch?v=IKsQsxubuAA>Release Management in Large Free Software Projects</a>
   <ul><li>I.E. why time-based releases are superior to whenever-it's-finished releases</li></ul>
 </li>
 </ul></li></p>
 
 <p><li>Linus Torvalds
 <ul>
-<li><a href=http://video.google.com/videoplay?docid=-2199332044603874737>Why I Created Git</a></li>
+<li><a href=http://www.youtube.com/watch?v=4XpnKHJAok8>Why I Created Git</a></li>
 </ul></li></p>
 
 <p><li>Greg Kroah-Hartman
 <ul>
-<li><a href=http://kernel.org/pub/media/talks/gregkh/2008_driver_writing_tutorial_gregkh.avi>Linux Device Driver Tutorial</a> (Note: 2.8 gigs, enormous)</a></li>
+<li><a href=local/2008_driver_writing_tutorial_gregkh.avi>Linux Device Driver Tutorial</a> (Note: 2.8 gigs, enormous)</a></li>
 </ul></li></p>
 
 </ul>
 
 <h2>Other web pages containing kernel documentation</h2>
 <ul>
-<li><p><a href=http://lkml.indiana.edu/hypermail/linux/kernel/1107.2/02263.html>Unified Linux-kernel git repository</a>, with complete history from 0.0.1 to the present</p></li>
+<li><p><a href=http://wiki.kernel.org>Kernel wikis</a></p></li>
 <li><p><a href=ols>Ottawa Linux Symposium papers, split up and indexed by year</a></p></li>
 <li><a href=http://kernel.org/doc/man-pages>Linux man-pages website, includes HTML versions of man pages</a></li>
 <li><p><a href=http://vger.kernel.org/vger-lists.html>Development mailing lists available on kernel.org</a></p>
@@ -101,7 +120,7 @@
 </p></li>
 <li><p>Ars technica ram guide, article series by Jon "Hannibal" Stokes, parts
 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part1-1.html>one</a>,
-<a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part1-1.html>two</a>,
+<a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part2-1.html>two</a>,
 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part3-1.html>three</a>,
 <a href=http://arstechnica.com/articles/paedia/cpu/caching.ars/1>Cacheing</a>,