Change line terminator for println to \r\n
authorKit Rhett Aultman <kit@kitaultman.com>
Sat, 7 Sep 2024 03:31:06 +0000 (23:31 -0400)
committerKit Rhett Aultman <kit@kitaultman.com>
Sat, 7 Sep 2024 03:31:06 +0000 (23:31 -0400)
commit11f8f0afcb5b4efd578d0bfcc80788b2a8204670
tree8c757a0255dc4a7824f121ad9176ede0c424a52d
parent8dc30337b11bc55b6a70111db8f5f44c3322a3d7
Change line terminator for println to \r\n

The VT102 terminal emulation on minicom treats \r and \n as separate
operations, so this makes the logging print prettier there without
impacting the stdio serial of qemu either.
src/uart.rs