Run in QEMU with 4 CPUs by default

This commit is contained in:
Josh Holtrop 2023-10-31 11:56:39 -04:00
parent 9f8a4ea100
commit c0a00b528e

View File

@ -199,6 +199,7 @@ task "run", desc: "Run HOS in QEMU" do
qemu-system-x86_64
-machine q35
-cpu max
-smp cpus=4
-serial file:qemu/serial.out
-bios #{ovmf}
-drive file=qemu/HOS.img,format=raw