Increase qemu memory
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user