mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +00:00
Meta: Enable serial_debug
on riscv
This mirrors the currently hardcoded command line
This commit is contained in:
parent
a99bd8eda6
commit
51b841b4b2
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