mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Meta: Pass -serial stdio
to qemu on aarch64
With this, `Meta/serenity.sh run aarch64` produces some output on the terminal :^)
This commit is contained in:
parent
54aabb07f9
commit
5565db5aa1
Notes:
sideshowbarker
2024-07-18 03:25:19 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/5565db5aa1e Pull-request: https://github.com/SerenityOS/serenity/pull/10223
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ fi
|
|||
|
||||
if [ -z "$SERENITY_MACHINE" ]; then
|
||||
if [ "$SERENITY_ARCH" = "aarch64" ]; then
|
||||
SERENITY_MACHINE="-M raspi3"
|
||||
SERENITY_MACHINE="-M raspi3 -serial stdio"
|
||||
else
|
||||
SERENITY_MACHINE="
|
||||
-m $SERENITY_RAM_SIZE
|
||||
|
@ -211,6 +211,7 @@ if [ -z "$SERENITY_MACHINE" ]; then
|
|||
-device i82801b11-bridge,bus=bridge1,id=bridge2 -device sdhci-pci,bus=bridge2
|
||||
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
||||
-device ich9-ahci,bus=bridge3
|
||||
-chardev stdio,id=stdout,mux=on
|
||||
"
|
||||
fi
|
||||
fi
|
||||
|
@ -224,7 +225,6 @@ $SERENITY_MACHINE
|
|||
-d guest_errors
|
||||
-usb
|
||||
$SERENITY_SPICE_SERVER_CHARDEV
|
||||
-chardev stdio,id=stdout,mux=on
|
||||
"
|
||||
|
||||
if [ "$SERENITY_ARCH" != "aarch64" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue