diff options
author | Sahan Fernando <sahan.h.fernando@gmail.com> | 2021-06-12 23:07:44 +1000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-25 19:26:30 +0200 |
commit | b9ad6058aa05b723c51beac35184ab29f7cbc113 (patch) | |
tree | 1165d9753fae4df6569c6be61c4121b735bd7c03 /Meta/run.sh | |
parent | b569b2df35d3f109520033ff10220cfb28f7db67 (diff) | |
download | serenity-b9ad6058aa05b723c51beac35184ab29f7cbc113.zip |
Kernel: Add VirtIOGPU graphics device
Diffstat (limited to 'Meta/run.sh')
-rwxr-xr-x | Meta/run.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index 5999c20828..5f1cfe5144 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -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 |