web: rev5

This commit is contained in:
Russ Cox 2011-02-19 21:21:49 -05:00
parent 688b5c03dd
commit a6cd7509c4

View file

@ -94,11 +94,11 @@ xv6 without Jos, though we are not aware of any that have.
<h2>Xv6 sources</h2> <h2>Xv6 sources</h2>
The latest xv6 is <a href="../src/xv6-rev4.tar.gz">xv6-rev4.tar.gz</a>. The latest xv6 is <a href="xv6-rev5.tar.gz">xv6-rev5.tar.gz</a>.
We distribute the sources in electronic form but also as We distribute the sources in electronic form but also as
a printed booklet with line numbers that keep everyone a printed booklet with line numbers that keep everyone
together during lectures. The booklet is available as together during lectures. The booklet is available as
<a href="../src/xv6-rev4.pdf">xv6-rev4.pdf</a>. <a href="xv6-rev5.pdf">xv6-rev5.pdf</a>.
The xv6 source code is licensed under the traditional <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>; The xv6 source code is licensed under the traditional <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>;
see the LICENSE file in the source distribution. see the LICENSE file in the source distribution.
@ -130,7 +130,7 @@ the commentary are below.
<ul> <ul>
<li>read with the code side by side <li>read with the code side by side
<li>code references look like (xxxx) or (xxxx-yyyy) in small text. <li>code references look like (xxxx) or (xxxx-yyyy) in small text.
<li><a href="../src/xv6-rev4.pdf">this pdf</a> is the one with matching line numbers. <li><a href="xv6-rev5.pdf">this pdf</a> is the one with matching line numbers.
<li>each chapter starts with an introduction to the topic, <li>each chapter starts with an introduction to the topic,
spends most of the text on code, spends most of the text on code,
and then wraps up talking about how xv6 and then wraps up talking about how xv6