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 \