From: Amelia Coutard Date: Thu, 5 May 2022 12:11:05 +0000 (+0200) Subject: Updated Makefile qemu command (added stdio serial) X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=6e9a120e0ce2a873cc5e343e45229a993b997ff5;p=voyage-au-centre-des-fichiers.git Updated Makefile qemu command (added stdio serial) --- diff --git a/Makefile b/Makefile index d88f6b4..995e208 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ OBJECTS := $(CPPOBJS) $(ASMOBJS) build: $(OUT_DIR)amycros.iso qemu: build - qemu-system-x86_64 -cdrom $(OUT_DIR)amycros.iso -monitor stdio -cpu qemu64,pdpe1gb $(QEMUFLAGS) + qemu-system-x86_64 -cdrom $(OUT_DIR)amycros.iso -serial stdio -cpu qemu64,pdpe1gb $(QEMUFLAGS) $(OUT_DIR)amycros.iso: $(OUT_DIR)kernel.elf64 grub.cfg mkdir -p isodir/boot/grub