mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Kernel: Run QEMU machine with two virtual processors
This commit is contained in:
parent
c55d5eeef9
commit
1bc7ba8df8
Notes:
sideshowbarker
2024-07-19 08:09:46 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/1bc7ba8df8b Pull-request: https://github.com/SerenityOS/serenity/pull/1361 Reviewed-by: https://github.com/awesomekling
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…
Reference in a new issue