summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClément Sibille <claymeuns@protonmail.com>2021-10-08 08:17:14 +0200
committerClément Sibille <claymeuns@protonmail.com>2021-10-08 08:17:14 +0200
commit73338c2d453e7a5928fa7f392e1bc2392dbba3cd (patch)
tree6c05321300d9bdac96723da268c6fe0b2f2a5464 /Makefile
parent06d819c3e8e94972bd4261069d2c5239297bba65 (diff)
Move x86-specific code into an arch/x86 module
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