diff options
author | Russ Cox <rsc@c2.(none)> | 2010-02-06 12:55:09 -0800 |
---|---|---|
committer | Russ Cox <rsc@c2.(none)> | 2010-02-06 12:55:09 -0800 |
commit | 5d142a707d3ea2745c892165738b79f028810d28 (patch) | |
tree | 13a4bbc2792f69b8f6c2e74ae48f123eaae25ce6 | |
parent | 7d7465a8581e672b073b3cbf83f1460cb86aed16 (diff) | |
download | xv6-labs-5d142a707d3ea2745c892165738b79f028810d28.tar.gz xv6-labs-5d142a707d3ea2745c892165738b79f028810d28.tar.bz2 xv6-labs-5d142a707d3ea2745c892165738b79f028810d28.zip |
point at rev3
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index ea90263..e342635 100644 --- a/web/index.html +++ b/web/index.html @@ -90,11 +90,11 @@ Jos without xv6; we believe other courses could use xv6 without Jos, though we are not aware of any that have. <h2>Xv6 sources</h2> -The latest xv6 is <a href="xv6-rev2.tar.gz">xv6-rev2.tar.gz</a>. +The latest xv6 is <a href="xv6-rev3.tar.gz">xv6-rev3.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="xv6-rev2.pdf">xv6-rev2.pdf</a>. +<a href="xv6-rev2.pdf">xv6-rev3.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. <br><br> |