Firmware security support

This commit is contained in:
Jeremy Soller
2023-03-06 15:02:33 -07:00
parent 62d9b5db3f
commit b212d78343
3 changed files with 85 additions and 28 deletions

View File

@ -19,7 +19,10 @@ MODEL_DIR="$(realpath "models/${MODEL}")"
qemu-system-x86_64 \
-enable-kvm \
-M q35 -m 4096 -vga std \
-M q35 \
-m 4096 \
-cpu Skylake-Client \
-vga std \
-bios "build/${MODEL}/firmware.rom" \
-chardev stdio,mux=on,id=debug \
-device isa-serial,index=2,chardev=debug \