Skip to content

Commit 6d9b67f

Browse files
author
Ian Seyler
committed
Add serial console over telnet support
1 parent 5d45127 commit 6d9b67f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

baremetal.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ cmd=( qemu-system-x86_64
5656
# -device virtio-keyboard
5757

5858
# Serial configuration
59+
# Expose serial port to telnet
60+
-serial telnet:localhost:8023,server,nowait
5961
# Output serial to file
6062
-serial file:"sys/serial.log"
6163
# Output serial to console

0 commit comments

Comments
 (0)