Created Extra (markdown)

mborgerson 2021-05-18 17:48:51 -07:00
parent 3bc4505e92
commit 1c5fa7d03f
1 changed files with 2 additions and 0 deletions

2
Extra.md Normal file

@ -0,0 +1,2 @@
## Serial Port
Xbox Development Kits came with a serial port for debugging, likewise xemu can also support a serial port. Simply add `-device lpc47m157` to the command line launch arguments. You can then route the serial port to various devices, for example you can send it the console with `-serial stdio` or to a socket with `-serial tcp:127.0.0.1:5558`. See QEMU documentation for more details.