mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Kernel: Run QEMU machine with two virtual processors
This commit is contained in:
parent
c55d5eeef9
commit
1bc7ba8df8
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-s -m $SERENITY_RAM_SIZE
|
||||
-cpu max
|
||||
-d cpu_reset,guest_errors
|
||||
-smp 2
|
||||
-device VGA,vgamem_mb=64
|
||||
-hda _disk_image
|
||||
-device ich9-ahci
|
||||
|
@ -37,6 +38,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-cpu max
|
||||
-machine q35
|
||||
-d cpu_reset,guest_errors
|
||||
-smp 2
|
||||
-device VGA,vgamem_mb=64
|
||||
-device piix3-ide
|
||||
-drive file=_disk_image,id=disk,if=none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue