From 00256c107c97608469035faf25482d82df594571 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 7 Oct 2019 12:15:03 -0600 Subject: [PATCH] Increase qemu memory --- scripts/qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qemu.sh b/scripts/qemu.sh index 9d52b3c..639238e 100755 --- a/scripts/qemu.sh +++ b/scripts/qemu.sh @@ -17,7 +17,7 @@ then fi MODEL_DIR="$(realpath "models/${MODEL}")" -kvm -M q35 -m 1024 -vga std \ +kvm -M q35 -m 4096 -vga std \ -bios "build/${MODEL}/coreboot.rom" \ -chardev stdio,mux=on,id=debug \ -device isa-serial,index=2,chardev=debug \