]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Update year in URL
authorAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 20:32:46 +0000 (16:32 -0400)
committerAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 20:32:46 +0000 (16:32 -0400)
README

diff --git a/README b/README
index f8d8efe65918f4bee3d9c78760103606ad76c66c..41d28ecb34e827872e263d315aed90b11c21418b 100644 (file)
--- 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.