mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 05:05:32 +03:00
Meta: Enable serial_debug
on riscv
This mirrors the currently hardcoded command line
This commit is contained in:
parent
a99bd8eda6
commit
51b841b4b2
Notes:
sideshowbarker
2024-07-16 23:59:28 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/51b841b4b2 Pull-request: https://github.com/SerenityOS/serenity/pull/22948 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/kleinesfilmroellchen Reviewed-by: https://github.com/spholz
@ -726,6 +726,7 @@ def set_up_machine_devices(config: Configuration):
|
||||
config.display_backend = None
|
||||
config.audio_devices = []
|
||||
config.extra_arguments.extend(["-serial", "stdio"])
|
||||
config.kernel_cmdline.append("serial_debug")
|
||||
config.qemu_cpu = None
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user