Statistics
| Branch: | Revision:

root / hw / debugcon.c @ 269eba07

History | View | Annotate | Download (3.2 kB)

# Date Author Comment
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...