Increase SMP CPUs to 32

This commit is contained in:
2024-01-19 13:41:35 +01:00
parent 9a475bc1e3
commit 1e054892fc
2 changed files with 7 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ exec qemu-system-riscv64 \
$DEBUG_CPU \
-name visionfive-nix \
-m 1024 \
-smp 1 \
-smp 32 \
-nographic \
-machine virt \
-device virtio-rng-pci \