aboutsummaryrefslogtreecommitdiffstats
path: root/src/output.c
Commit message (Expand)AuthorAgeFilesLines
* Remove drive->desc field.Kevin O'Connor2010-12-291-0/+26
* Fix bvprintf() to respect padding for hex printing.Kevin O'Connor2010-06-191-15/+23
* Add a generic "internal error" warning function.Kevin O'Connor2010-02-281-0/+8
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-0/+15
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-1/+3
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-9/+9
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-13/+49
* Update snprintf to return the number of bytes used.Kevin O'Connor2009-11-241-3/+7
* Improve debugging output from threads.Kevin O'Connor2009-10-241-1/+13
* Cleanup 'debuginfo' variable in output; add comment.Kevin O'Connor2009-10-121-2/+5
* Really fix linker issue with "debuginfo" variable.Kevin O'Connor2009-10-081-1/+5
* Add VAR16VISIBLE to debuginfo - older gcc doesn't optimize out.Kevin O'Connor2009-10-081-1/+1
* Add snprintf support.Kevin O'Connor2009-10-071-37/+120
* Silence gcc asm deprectation warning in output.c.Kevin O'Connor2009-10-071-2/+3
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-2/+2
* Interrupts should be enabled when calling 16bit code.Kevin O'Connor2009-09-241-0/+1
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-1/+1
* Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.Kevin O'Connor2009-08-021-2/+2
* In register dump, show %esp - not address of regs.Kevin O'Connor2009-05-271-2/+2
* Support %ebp register in 'struct bregs'.Kevin O'Connor2009-05-161-4/+5
* Flush debugging serial output after every line.Kevin O'Connor2009-05-151-6/+22
* Improve serial port detection.Kevin O'Connor2009-05-121-7/+7
* 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