From c0a00b528e14a1522bfe55b24b4ab1e162c25d96 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 31 Oct 2023 11:56:39 -0400 Subject: [PATCH] Run in QEMU with 4 CPUs by default --- Rsconscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Rsconscript b/Rsconscript index 38296a2..73fdb1b 100644 --- a/Rsconscript +++ b/Rsconscript @@ -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