diff options
author | Russ Cox <[email protected]> | 2011-02-19 10:23:19 -0500 |
---|---|---|
committer | Russ Cox <[email protected]> | 2011-02-19 10:23:19 -0500 |
commit | 08864affaab14743b59b83f6985dad03545a6d71 (patch) | |
tree | f9144d4ba76067ab50f8e23f397433a67e71871c /web/index.txt | |
parent | 4fa8614db068e92c2628456df7a7d5483e4afe5b (diff) | |
download | xv6-labs-08864affaab14743b59b83f6985dad03545a6d71.tar.gz xv6-labs-08864affaab14743b59b83f6985dad03545a6d71.tar.bz2 xv6-labs-08864affaab14743b59b83f6985dad03545a6d71.zip |
xv6: link to xv6-rev4
Diffstat (limited to 'web/index.txt')
-rw-r--r-- | web/index.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/index.txt b/web/index.txt index 6f3e1f6..4707632 100644 --- a/web/index.txt +++ b/web/index.txt @@ -58,11 +58,13 @@ xv6 without Jos, though we are not aware of any that have. * Xv6 sources -The latest xv6 is [xv6-rev2.tar.gz]. +The latest xv6 is [xv6-rev4.tar.gz]. 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 -[xv6-rev2.pdf]. +[xv6-rev4.pdf]. +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. xv6 compiles using the GNU C compiler, targeted at the x86 using ELF binaries. @@ -335,5 +337,3 @@ Robert Morris ([email protected]) You can reach all of us at [email protected]. -xv6 and lecture notes are copyright © 2006-present by Russ Cox, -Frans Kaashoek, and Robert Morris. |