]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
More RAM for qemu, because I want my debugging to be more realistic
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 10 Dec 2023 10:31:33 +0000 (11:31 +0100)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 10 Dec 2023 10:31:33 +0000 (11:31 +0100)
Makefile

index bd44b19be9e9ae9259d287eb51580f9f71e89e79..cbcd462e7083b3d368dd7ad0a926bba818c98a1d 100644 (file)
--- 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)