annotate index.html @ 124:41ca6e4a8b6d default tip

Add Ottawa Linux Symposium 2011 and 2012 index pages.
author Rob Landley <rob@landley.net>
date Fri, 26 Jul 2013 15:23:43 -0500
parents 4e510536c3c8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 <html>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 <title>Linux Kernel Documentation</title>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 <body>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
4
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
5 <h2>Kernel source</h2>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
6 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
7 <li><p><a href=http://kernel.org/pub/linux/kernel/v3.x/>Release tarballs</a></p></li>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
8 <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>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
9 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
10 <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
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
11 documentation</a></p></li>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
12 <li><p><a href=fullhist>Unified Linux-kernel git repository</a>, with complete history from 0.0.1 to the present.</p></li>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
13 <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>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
14 </ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
15 </ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
16
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
17 <h2>Documentation extracted from the Linux kernel and mirrored on the web where
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
18 Google can find it:</h2>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
19 <ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
20 <li><p><a href=Documentation>Documentation</a> - Text files in the kernel source tarball's Documentation subdirectory.</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
21 <li><p><a href=htmldocs>htmldocs</a> - Kernel Documentation maintained in docbook format (output of "make htmldocs").</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
22 <li><p><a href=menuconfig>Menuconfig</a> - help text for each kernel configuration option (from kconfig source).</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
23
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
24 <li><p><a href=readme>README</a> various README files scattered around Linux kernel source</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
25 <li><p><a href=rfc-linux.html>RFC</a> - List of IETF RFCs referred to by kernel source files. Links to both the text of the RFC and the source files that refer to it.</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
26 <li><p><a href=makehelp.txt>Output of kernel's "make help".</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
27 </ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
28
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
29 <h2>Standards documents applicable to the Linux kernel</h2>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
30 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
31 <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>
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
32
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
33 <li><p>C99 standard (defines the C programming language Linux is implemented
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
34 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>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
35
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
36 <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>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
37
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
38 <li><p><a href=http://refspecs.linuxfoundation.org/index.shtml>Linux Foundation's specs page</a> (ELF, Dwarf, ABI...)</p></li>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
39
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
40 <li><p><a href=http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/>Linux
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
41 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>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
42
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
43 <li><p><a href="http://www.t10.org/scsi-3.htm">SCSI standards</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
44 </ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
45
120
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
46 <h2>Videos worth watching</h2>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
47
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
48 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
49 <li><p>RSA Animate - <a href=http://www.youtube.com/watch?v=u6XAPnuFjJc>The surprising truth about what motivates us</a></p></li>
120
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
50 <p><li>Clay Shirky (NYU)
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
51 <ul>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
52 <li><a href=http://www.youtube.com/watch?v=sPQViNNOAkw>Institutions vs Collaboration</a></li>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
53 <li>Where do people find the time (<a href=http://youtube.com/watch?v=AyoNHIl-QLQ>part one</a> <a href=http://www.youtube.com/watch?v=jNCblGv0zjU>part two</a>)</li>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
54 </ul></li></p>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
55
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
56 <p><li>Ben Collins-Sussman and Brian Fitzpatrick (Subversion)
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
57 <ul><li><a href=http://www.youtube.com/watch?v=ZSFDm3UYkeE>How Open Source Projects Survive Poisonous People</a></li>
120
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
58 </ul></li></p>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
59
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
60 <p><li>Martin Michlmayr (Debian)
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
61 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
62 <li><a href=http://www.youtube.com/watch?v=IKsQsxubuAA>Release Management in Large Free Software Projects</a>
120
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
63 <ul><li>I.E. why time-based releases are superior to whenever-it's-finished releases</li></ul>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
64 </li>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
65 </ul></li></p>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
66
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
67 <p><li>Linus Torvalds
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
68 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
69 <li><a href=http://www.youtube.com/watch?v=4XpnKHJAok8>Why I Created Git</a></li>
121
1dfbd8733c91 More stuff.
Rob Landley <rob@landley.net>
parents: 120
diff changeset
70 </ul></li></p>
1dfbd8733c91 More stuff.
Rob Landley <rob@landley.net>
parents: 120
diff changeset
71
1dfbd8733c91 More stuff.
Rob Landley <rob@landley.net>
parents: 120
diff changeset
72 <p><li>Greg Kroah-Hartman
1dfbd8733c91 More stuff.
Rob Landley <rob@landley.net>
parents: 120
diff changeset
73 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
74 <li><a href=local/2008_driver_writing_tutorial_gregkh.avi>Linux Device Driver Tutorial</a> (Note: 2.8 gigs, enormous)</a></li>
120
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
75 </ul></li></p>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
76
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
77 </ul>
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
78
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
79 <h2>Other web pages containing kernel documentation</h2>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
80 <ul>
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
81 <li><p><a href=http://wiki.kernel.org>Kernel wikis</a></p></li>
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
82 <li><p><a href=ols>Ottawa Linux Symposium papers, split up and indexed by year</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
83 <li><a href=http://kernel.org/doc/man-pages>Linux man-pages website, includes HTML versions of man pages</a></li>
117
7d33366e569e Note L: list entries, and change email address back.
Rob Landley <rob@landley.net>
parents: 108
diff changeset
84 <li><p><a href=http://vger.kernel.org/vger-lists.html>Development mailing lists available on kernel.org</a></p>
7d33366e569e Note L: list entries, and change email address back.
Rob Landley <rob@landley.net>
parents: 108
diff changeset
85 <ul><li>See also the L: entries in <a href=linux/MAINTAINERS>MAINTAINERS</a></li></ul>
7d33366e569e Note L: list entries, and change email address back.
Rob Landley <rob@landley.net>
parents: 108
diff changeset
86 </li>
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
87 <li><p><a href=http://lwn.net/Kernel/Index/>All Linux Weekly News kernel articles</a> indexed by topic<p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
88 <li><p><a href=http://www.linuxjournal.com/xstatic/magazine/archives>Linux Journal archives</a></p></li>
120
9a8b11877d11 Move the "videos worth watching" section inline, and add kernelnewbies Linux Changes page.
Rob Landley <rob@landley.net>
parents: 117
diff changeset
89 <li><p><a href=http://kernelnewbies.org/Linux26Changes>Linux kernel changelog</a> (summary of what's new in each version)</p></li>
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
90 <li><p><a href=http://twitter.com/kernellog2>H-Online's Kernel-Log</a> (most recent first)</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
91 <li><p>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>)</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
92 <li><p><a href=http://www.ibm.com/developerworks/views/linux/library.jsp>IBM Developerworks Linux Library</a> (also <a href=http://www.ibm.com/developerworks/linux/library/l-linux-kernel/>here</a>)</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
93
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
94 <li><p><a href=http://www.tux.org/lkml/>Linux Kernel Mailing List FAQ</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
95 <li><p><a href=http://kernelplanet.org>Kernel Planet (blog aggregator)</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
96 <li><p><a href=local>Some locally produced docs</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
97 <li><p><a href=als1999>Atlanta Linux Showcase CD (1999)</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
98 </ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
99
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
100 <h2>Translations to other languages</h2>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
101 <ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
102 <li><p><a href=http://tlktp.sourceforge.net/>Linux Kernel Translation Project</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
103
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
104 <li><p><a href=http://kernelnewbies.org/RegionalNewbies>Kernel Newbies regional pages</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
105 <li><p><a href=http://www.linux.or.jp/JF/index.html>Japanese</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
106 <li><p><a href=http://zh-kernel.org/docs>Chinese</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
107 </ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
109 <h2>Documentation on memory management</h2>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
110 <ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
111 <li><p><a href="gorman">Understanding the Linux Virtual Memory Manager</a>, online book by Mel Gorman.</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
112 <li><p>What every programmer should know about memory, article series by Ulrich Drepper,
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
113 parts
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
114 <a href=http://lwn.net/Articles/250967/>one</a>,
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
115
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
116 <a href=http://lwn.net/Articles/252125/>two</a>,
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
117 <a href=http://lwn.net/Articles/253361/>three</a>,
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
118 <a href=http://lwn.net/Articles/254445/>four</a>,
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
119 <a href=http://lwn.net/Articles/255364/>five</a>.
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
120 </p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
121 <li><p>Ars technica ram guide, article series by Jon "Hannibal" Stokes, parts
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
122 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part1-1.html>one</a>,
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.
Rob Landley <rob@landley.net>
parents: 121
diff changeset
123 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part2-1.html>two</a>,
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
124 <a href=http://arstechnica.com/paedia/r/ram_guide/ram_guide.part3-1.html>three</a>,
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
125 <a href=http://arstechnica.com/articles/paedia/cpu/caching.ars/1>Cacheing</a>,
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
126
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
127 <a href=http://arstechnica.com/articles/paedia/cpu/bandwidth-latency.ars>Bandwidth and Latency</a>.</p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
128 </ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
129
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
130 <h2>Miscelaneous</h2>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
131 <ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
132 <li><p><a href=index-old.html>Old index.</a></p></li>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
133 </ul>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
134
117
7d33366e569e Note L: list entries, and change email address back.
Rob Landley <rob@landley.net>
parents: 108
diff changeset
135 <p>Page maintained by Rob Landley, rob at landley dot net.</p>
108
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
136 </body>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
137 </html>
185c8f72730e Bite the bullet and yank the old "attempt to write a kernel book" from the index page. Focus instead on the stuff that's actually there, so people can see it.
Rob Landley <rob@landley.net>
parents:
diff changeset
138