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