diff options
author | Russ Cox <[email protected]> | 2010-02-06 16:08:06 -0500 |
---|---|---|
committer | Russ Cox <[email protected]> | 2010-02-06 16:08:06 -0500 |
commit | b7a517f2277670e156f150ee2cb7aae6426c6aef (patch) | |
tree | 669c3d242d31de8392c77c08558308db26ec41f1 | |
parent | 5d142a707d3ea2745c892165738b79f028810d28 (diff) | |
download | xv6-labs-b7a517f2277670e156f150ee2cb7aae6426c6aef.tar.gz xv6-labs-b7a517f2277670e156f150ee2cb7aae6426c6aef.tar.bz2 xv6-labs-b7a517f2277670e156f150ee2cb7aae6426c6aef.zip |
another rev2 -> rev3
-rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index e342635..5f60112 100644 --- a/web/index.html +++ b/web/index.html @@ -94,7 +94,7 @@ 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-rev3.pdf</a>. +<a href="xv6-rev3.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> |