aboutsummaryrefslogtreecommitdiff
path: root/src/serial.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-17Move variables from assembler to C code.Kevin O'Connor1-0/+3
2009-01-17Misc fixes.Kevin O'Connor1-0/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-07-21Add additional config options to remove parts of code.Kevin O'Connor1-0/+14
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+2
2008-06-12Support config driven debugging of each irq handler.Kevin O'Connor1-2/+2
2008-06-08Move debugging messages to appropriate functions.Kevin O'Connor1-0/+2
2008-06-07Serial debugging code must not access BDA.Kevin O'Connor1-39/+10
2008-05-07Add support for sending debug messages to a serial port.Kevin O'Connor1-9/+42
2008-04-13Move serial/lpt setup from post.c to serial.cKevin O'Connor1-0/+55
2008-03-09Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor1-13/+11
2008-03-05Rename VISIBLE macro for better control.Kevin O'Connor1-2/+2
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-0/+209
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+23