summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-02-16 12:44:50 -0600
committerDanny Holman <dholman@gymli.org>2024-02-16 12:44:50 -0600
commitc2a6c9a4704c264f70af6cdd71a6e9979d9b87b6 (patch)
treee7ad82066b9e5338cf4514fd96a2529b6bfbb8de
parentd0eef864dad134c482f853df5ef70caf522d3e9e (diff)
Makefile: add flags to qemu that activate the serial port
Signed-off-by: Danny Holman <dholman@gymli.org>
-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