mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Meta: Add isa-vga device to ISA-PC and microvm machine types
With this device being added, we can now boot into graphics mode on these platforms too. For ISA-PC machine this is basically the only viable option to use, but in the future, we should remove this device for the microvm machine type as it should allow us to determine better options and detect them by using a given device tree blob.
This commit is contained in:
parent
252c92d565
commit
a40f289ee5
Notes:
sideshowbarker
2024-07-17 10:31:19 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/a40f289ee5 Pull-request: https://github.com/SerenityOS/serenity/pull/15259 Reviewed-by: https://github.com/linusg
1 changed files with 2 additions and 1 deletions
|
@ -323,6 +323,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-cpu pentium3
|
||||
-machine isapc
|
||||
-d guest_errors
|
||||
-device isa-vga
|
||||
-chardev stdio,id=stdout,mux=on
|
||||
-device isa-debugcon,chardev=stdout
|
||||
$SERENITY_BOOT_DRIVE
|
||||
|
@ -336,7 +337,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-d guest_errors
|
||||
-chardev stdio,id=stdout,mux=on
|
||||
-device isa-debugcon,chardev=stdout
|
||||
-device isa-cirrus-vga
|
||||
-device isa-vga
|
||||
-device isa-ide
|
||||
$SERENITY_BOOT_DRIVE
|
||||
-device i8042
|
||||
|
|
Loading…
Add table
Reference in a new issue