summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorRuss Cox <[email protected]>2011-02-19 21:21:49 -0500
committerRuss Cox <[email protected]>2011-02-19 21:21:49 -0500
commita6cd7509c4cb30a7d58aa2797dc979daaa795fd0 (patch)
tree3c7a0e1f161d460b0fd9f4d3f379a588557bd04a /web
parent688b5c03dd14677d3a74d0dbce199c3d6ad31d63 (diff)
downloadxv6-labs-a6cd7509c4cb30a7d58aa2797dc979daaa795fd0.tar.gz
xv6-labs-a6cd7509c4cb30a7d58aa2797dc979daaa795fd0.tar.bz2
xv6-labs-a6cd7509c4cb30a7d58aa2797dc979daaa795fd0.zip
web: rev5
Diffstat (limited to 'web')
-rw-r--r--web/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/index.html b/web/index.html
index a8b0ca6..d7bba91 100644
--- a/web/index.html
+++ b/web/index.html
@@ -94,11 +94,11 @@ xv6 without Jos, though we are not aware of any that have.
<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
a printed booklet with line numbers that keep everyone
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>;
see the LICENSE file in the source distribution.
@@ -130,7 +130,7 @@ the commentary are below.
<ul>
<li>read with the code side by side
<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,
spends most of the text on code,
and then wraps up talking about how xv6