summaryrefslogtreecommitdiffstats
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 c5e8bdc..ef62203 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: target/kernel.o
clean_run: | clean run
run: target/kernel.o
- qemu-system-i386 -kernel $< -machine type=pc-i440fx-3.1 -serial stdio
+ qemu-system-i386 -kernel $< -machine type=pc-i440fx-3.1 -serial mon:stdio
target/boot.o: boot/boot.S
mkdir -p target
Go back to lisible.xyz