mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
Kernel: Add VirtIOGPU graphics device
This commit is contained in:
parent
b569b2df35
commit
b9ad6058aa
21 changed files with 1050 additions and 13 deletions
|
@ -59,7 +59,8 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-cpu $SERENITY_QEMU_CPU
|
||||
-d guest_errors
|
||||
-smp 2
|
||||
-device VGA,vgamem_mb=64
|
||||
-display sdl,gl=on
|
||||
-vga virtio
|
||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
|
||||
-usb
|
||||
-device virtio-serial
|
||||
|
@ -82,8 +83,8 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-machine q35
|
||||
-d guest_errors
|
||||
-smp 2
|
||||
-device bochs-display
|
||||
-vga none
|
||||
-display sdl,gl=on
|
||||
-vga virtio
|
||||
-device piix3-ide
|
||||
-drive file=${SERENITY_DISK_IMAGE},id=disk,if=none
|
||||
-device ahci,id=ahci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue