From: Amelia Coutard Date: Sun, 10 Dec 2023 10:31:33 +0000 (+0100) Subject: More RAM for qemu, because I want my debugging to be more realistic X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=327ff222f97bbd18e3ba4452fa4dde327ad15e5c;p=voyage-au-centre-des-fichiers.git More RAM for qemu, because I want my debugging to be more realistic --- diff --git a/Makefile b/Makefile index bd44b19..cbcd462 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ include **/module.mk build: isos.iso qemu: build - qemu-system-x86_64 -cdrom isos.iso -serial stdio -cpu qemu64,pdpe1gb -no-reboot $(QEMUFLAGS) + qemu-system-x86_64 -cdrom isos.iso -serial stdio -cpu qemu64,pdpe1gb -no-reboot -m 4096 $(QEMUFLAGS) check: clean: -rm -rf $(TO_CLEAN)