diff options
author | Frans Kaashoek <[email protected]> | 2014-09-08 18:00:53 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2014-09-08 18:00:53 -0400 |
commit | 75dee1219ffee14f9cb3ec6bb739f06bae27de9c (patch) | |
tree | ea1bd4883af4428233eec831e2795022f9c480d7 | |
parent | 9ba21267e796eb462a657392906e3cbccaedcc99 (diff) | |
download | xv6-labs-75dee1219ffee14f9cb3ec6bb739f06bae27de9c.tar.gz xv6-labs-75dee1219ffee14f9cb3ec6bb739f06bae27de9c.tar.bz2 xv6-labs-75dee1219ffee14f9cb3ec6bb739f06bae27de9c.zip |
Oops (thanks David Lawrence)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ TOOLPREFIX := $(shell if i386-jos-elf-objdump -i 2>&1 | grep '^elf32-i386$$' >/d endif # If the makefile can't find QEMU, specify its path here -QEMU = qemu-system-i386 +# QEMU = qemu-system-i386 # Try to infer the correct QEMU ifndef QEMU |