aboutsummaryrefslogtreecommitdiff
path: root/src/output.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-27In register dump, show %esp - not address of regs.Kevin O'Connor1-2/+2
2009-05-16Support %ebp register in 'struct bregs'.Kevin O'Connor1-4/+5
2009-05-15Flush debugging serial output after every line.Kevin O'Connor1-6/+22
2009-05-12Improve serial port detection.Kevin O'Connor1-7/+7
2009-05-05Add support for field width argument to %x (eg, %08x).Kevin O'Connor1-15/+38
2009-02-17Add hexdump() output helper function.Kevin O'Connor1-0/+20
2009-02-08Minor - rename BX_PANIC to panic.Kevin O'Connor1-1/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-02Improve set_code_fail/floppy_ret/disk_ret code generation.Kevin O'Connor1-4/+13
2008-12-13Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)Kevin O'Connor1-5/+6
2008-08-29Fix bug in dprintf - isdigit had sign overflow problem.Kevin O'Connor1-1/+1
2008-07-21Shrink size of bx_panic when CONFIG_DEBUG_LEVEL is off.Kevin O'Connor1-4/+6
2008-07-19Misc fixes and updates.Kevin O'Connor1-7/+12
2008-07-07Improve debugging output.Kevin O'Connor1-10/+21
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+2
2008-06-21Convert '\n' to '\r\n' on debug serial output.Kevin O'Connor1-1/+4
2008-06-21Init serial port before using it for debug - also reinit after option rom.Kevin O'Connor1-0/+19
2008-06-07Serial debugging code must not access BDA.Kevin O'Connor1-3/+17
2008-05-24Improve control of debug messages.Kevin O'Connor1-10/+12
2008-05-07Add support for sending debug messages to a serial port.Kevin O'Connor1-1/+8
2008-05-06Minor cleanups.Kevin O'Connor1-4/+1
2008-04-05Forward port new boot menu features from bochs bios.Kevin O'Connor1-0/+8
2008-04-05Make several functions non-inline.Kevin O'Connor1-8/+37
2008-03-30Minor cleanup of GET_VAR usage in output.c.Kevin O'Connor1-4/+4
2008-03-29Minor debugging improvements.Kevin O'Connor1-3/+3
2008-03-15Minor cleanups.Kevin O'Connor1-1/+1
2008-03-11Don't pass in ebp/esp to irq handlers.Kevin O'Connor1-2/+2
2008-03-11Reduce stack usage for ISRs; minor fixes.Kevin O'Connor1-1/+1
2008-03-09Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor1-4/+2
2008-03-08Minor hack - allow formats with 'l' to be shown in printf.Kevin O'Connor1-0/+5
2008-03-04Ignore precision specifiers in printf code.Kevin O'Connor1-1/+12
2008-03-02Bug fixes; get mouse working.Kevin O'Connor1-0/+7
2008-03-01Minor update to bprintf.Kevin O'Connor1-1/+4
2008-02-29Enable extra debugging.Kevin O'Connor1-0/+7
2008-02-25Version 0.1.2rel-0.1.2Kevin O'Connor1-9/+29
2008-02-25Version 0.1.1rel-0.1.1Kevin O'Connor1-4/+3
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+161