mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Meta: Enable graphics by default on RISCV64
This commit is contained in:
parent
f6ae9f8a6d
commit
6d255fb92b
Notes:
sideshowbarker
2024-07-17 02:57:43 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/6d255fb92b Pull-request: https://github.com/SerenityOS/serenity/pull/24072 Reviewed-by: https://github.com/spholz
1 changed files with 0 additions and 3 deletions
|
@ -720,9 +720,6 @@ def set_up_machine_devices(config: Configuration):
|
|||
elif config.architecture == Arch.RISCV64:
|
||||
config.qemu_machine = "virt"
|
||||
config.cpu_count = None
|
||||
config.vga_type = None
|
||||
config.display_device = None
|
||||
config.display_backend = None
|
||||
config.audio_devices = []
|
||||
config.extra_arguments.extend(["-serial", "stdio"])
|
||||
config.kernel_cmdline.append("serial_debug")
|
||||
|
|
Loading…
Add table
Reference in a new issue