From: Amelia Coutard Date: Mon, 10 Oct 2022 14:10:46 +0000 (+0200) Subject: Added -no-reboot to qemu options X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=4ceb8d4a43f52c5263297eda136788e77e0c916a;p=voyage-au-centre-des-fichiers.git Added -no-reboot to qemu options --- diff --git a/Makefile b/Makefile index 934c007..63b12d6 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ CRTN_OBJ := $(OUT_DIR)crtn.S.o build: $(OUT_DIR)amycros.iso qemu: build - qemu-system-x86_64 -cdrom $(OUT_DIR)amycros.iso -serial stdio -cpu qemu64,pdpe1gb $(QEMUFLAGS) + qemu-system-x86_64 -cdrom $(OUT_DIR)amycros.iso -serial stdio -cpu qemu64,pdpe1gb -no-reboot $(QEMUFLAGS) $(OUT_DIR)amycros.iso: $(OUT_DIR)kernel.elf64 grub.cfg mkdir -p isodir/boot/grub