search for: b5bd72f8

Displaying 1 result from an estimated 1 matches for "b5bd72f8".

2008 Jun 24
1
com32: \n to \r\n?
Hi, I wonder if CRLF conversion should be done in the com32 library. com32/modules is full of standard C printf("...\n") statements, which display OK on VGA but produce staircase effect over a serial connection. The core terminates each line with CRLF, which comes out OK in both cases. I patched mboot.c to make its output readable, and could do so with the other modules as well, but