Statistics
| Branch: | Revision:

root / hw / debugcon.c @ 879c2813

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
0534163f 04/08/2010 10:44 pm Adam Lackorzynski

Debugcon: Fix debugging printf

Signed-off-by: Adam Lackorzynski <>
Signed-off-by: Aurelien Jarno <>

c9f398e5 01/08/2010 05:58 pm H. Peter Anvin

debugcon: support for debugging consoles (e.g. Bochs port 0xe9)

Add generic support for debugging consoles (simple I/O ports which
when written to cause debugging output to be written to a target.)
The current implementation matches Bochs' port 0xe9, allowing the same...