From 75dee1219ffee14f9cb3ec6bb739f06bae27de9c Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Mon, 8 Sep 2014 18:00:53 -0400 Subject: [PATCH] Oops (thanks David Lawrence) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc94d82..5251f36 100644 --- a/Makefile +++ b/Makefile @@ -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