You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ this support only for the
11
11
### Design
12
12
13
13
The console emulation is done by emulating a simple
14
-
[UART 16550A serial port](https://en.wikipedia.org/wiki/16550_UART).
14
+
[UART 16550A serial port](https://en.wikipedia.org/wiki/16550_UART) with a
15
+
64-byte FIFO.
15
16
This UART is an improvement of the original
16
17
[UART 8250 serial port](https://en.wikibooks.org/w/index.php?title=Serial_Programming/8250_UART_Programming§ion=15#Serial_COM_Port_Memory_and_I/O_Allocation),
17
18
mostly because of the FIFO buffers that allow storing more than one byte at a
0 commit comments