From 327ff222f97bbd18e3ba4452fa4dde327ad15e5c Mon Sep 17 00:00:00 2001 From: Amelia Coutard Date: Sun, 10 Dec 2023 11:31:33 +0100 Subject: [PATCH] More RAM for qemu, because I want my debugging to be more realistic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.0