mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00: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: 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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue