summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4559dbf..175adb5 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ install-disk: $(KERNEL)
mcopy -i a.img vmbox ::vmbox
run: $(KERNEL)
- qemu-system-i386 -kernel $(KERNEL)
+ qemu-system-i386 -kernel $(KERNEL) -serial stdio
debug: $(KERNEL)
qemu-system-i386 -kernel $(KERNEL) -s -S