summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2011-09-02 16:32:46 -0400
committerAustin Clements <[email protected]>2011-09-02 16:32:46 -0400
commite3ab68e031df908cc2c19d56d88900c0413df14c (patch)
tree9b2539b2f85af1df64cbaa825a84c428d4afe4f2
parent49d64d330e12d2401d01667b97870ed162d96e02 (diff)
downloadxv6-labs-e3ab68e031df908cc2c19d56d88900c0413df14c.tar.gz
xv6-labs-e3ab68e031df908cc2c19d56d88900c0413df14c.tar.bz2
xv6-labs-e3ab68e031df908cc2c19d56d88900c0413df14c.zip
Update year in URL
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f8d8efe..41d28ec 100644
--- a/README
+++ b/README
@@ -38,7 +38,7 @@ BUILDING AND RUNNING XV6
To build xv6 on an x86 ELF machine (like Linux or FreeBSD), run "make".
On non-x86 or non-ELF machines (like OS X, even on x86), you will
need to install a cross-compiler gcc suite capable of producing x86 ELF
-binaries. See http://pdos.csail.mit.edu/6.828/2007/tools.html.
+binaries. See http://pdos.csail.mit.edu/6.828/2011/tools.html.
Then run "make TOOLPREFIX=i386-jos-elf-".
To run xv6, you can use Bochs or QEMU, both PC simulators.