summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2018-08-31 08:41:23 -0400
committerFrans Kaashoek <[email protected]>2018-08-31 08:41:23 -0400
commit343255189e3b5dac4bcd132ecc0cb28158657aa6 (patch)
tree34b8010a484cdf71a1b944c12c5f46297b52db44
parent80f70c46df6eeb9478341b6dd272c53c7b5ec1cc (diff)
downloadxv6-labs-343255189e3b5dac4bcd132ecc0cb28158657aa6.tar.gz
xv6-labs-343255189e3b5dac4bcd132ecc0cb28158657aa6.tar.bz2
xv6-labs-343255189e3b5dac4bcd132ecc0cb28158657aa6.zip
thanks Wolfgang Keller
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9607cdf..1e89083 100644
--- a/README
+++ b/README
@@ -45,6 +45,6 @@ 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/2016/tools.html.
+x86 ELF binaries. See https://pdos.csail.mit.edu/6.828/2018/tools.html.
Then run "make TOOLPREFIX=i386-jos-elf-". Now install the QEMU PC
simulator and run "make qemu".