From b873fcb02c989b0dd56ec078fddba57a3af32f95 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Apr 2023 20:38:51 +0200 Subject: [PATCH] Comments --- run/serial.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run/serial.sh b/run/serial.sh index 9704611..a911958 100644 --- a/run/serial.sh +++ b/run/serial.sh @@ -37,6 +37,8 @@ fi ./run/host.bin "${ARGS[@]}" > /dev/null 2>&1 & +# Configure serial ports + SERIAL_OPTS="\ -serial mon:stdio \ -device virtio-serial-pci,id=virtio-serial0,bus=pcie.0,addr=0x3 \