Serenity Operating System
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Kernel: Run QEMU machine with two virtual processors

authored by

Liav A and committed by
Andreas Kling
1bc7ba8d c55d5eee

+2
+2
Kernel/run
··· 23 23 -s -m $SERENITY_RAM_SIZE 24 24 -cpu max 25 25 -d cpu_reset,guest_errors 26 + -smp 2 26 27 -device VGA,vgamem_mb=64 27 28 -hda _disk_image 28 29 -device ich9-ahci ··· 37 38 -cpu max 38 39 -machine q35 39 40 -d cpu_reset,guest_errors 41 + -smp 2 40 42 -device VGA,vgamem_mb=64 41 43 -device piix3-ide 42 44 -drive file=_disk_image,id=disk,if=none