commit 1cb183a987bb08cb0b25a6b8bd7e4011325c8ca9
parent c65e499f3b65f210f95be77477c39640df1da3dc
Author: rsc <rsc>
Date: Wed, 8 Aug 2007 10:27:15 +0000
2007
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -6,7 +6,7 @@ ACKNOWLEDGEMENTS
xv6 is inspired by John Lions' Commentary on UNIX 6th Edition (Peer
to Peer Communications; ISBN: 1-57398-013-7; 1st edition (June 14,
-2000)). See also http://pdos.csail.mit.edu/6.828/2006/v6.html, which
+2000)). See also http://pdos.csail.mit.edu/6.828/2007/v6.html, which
provides pointers to on-line resources for v6.
xv6 borrows code from the following sources:
@@ -21,7 +21,7 @@ The following people made contributions:
Xiao Yu (MP)
The code in the files that constitute xv6 are
-Copyright 2006 Frans Kaashoek, Robert Morris, and Russ Cox.
+Copyright 2006-2007 Frans Kaashoek, Robert Morris, and Russ Cox.
ERROR REPORTS
@@ -35,7 +35,7 @@ BUIDLING 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/2006/tools.html.
+binaries. See http://pdos.csail.mit.edu/6.828/2007/tools.html.
Then run "make TOOLPREFIX=i386-jos-elf-".
To run xv6, you can use Bochs or QEMU, both PC simulators. Bochs makes