Increase qemu memory

This commit is contained in:
Jeremy Soller
2019-10-07 12:15:03 -06:00
parent 2651a708a2
commit 00256c107c

View File

@ -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 \