aboutsummaryrefslogtreecommitdiffstats
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* add serial console supportGerd Hoffmann2017-09-221-8/+0
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* build: Get fixed address variables from 32bit compile pass (not 16bit)Kevin O'Connor2014-06-111-9/+9
* Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor2014-06-041-0/+8
* Remove old Bochs bios fixed address string at 0xfff00.Kevin O'Connor2014-06-041-3/+0
* If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor2014-05-061-0/+9
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-0/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-2/+2
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-1/+1
* PIC code cleanups.Kevin O'Connor2013-07-141-1/+1
* Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.Kevin O'Connor2013-02-201-4/+4
* Calculate "RamSize" needed by 16bit interface dynamically.Kevin O'Connor2013-02-191-5/+0
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-12/+8
* The mathcp setup touches the PIC and thus move to the "setup" phase.Kevin O'Connor2013-02-121-1/+1
* Add runningOnQEMU() and runningOnXen() for runtime platform detection.Kevin O'Connor2013-02-101-0/+2
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-1/+1
* Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor2012-06-101-1/+1
* Fix winxp boot regression introduced in ecdc655a.Kevin O'Connor2012-06-021-4/+4
* Run all hardware irq handlers on the extra stack.Kevin O'Connor2012-05-301-6/+8
* Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor2010-07-281-1/+1
* Minor - introduce GDT_GRANLIMIT macro.Kevin O'Connor2010-07-251-4/+4
* Avoid code addresses >64K in big real mode.Kevin O'Connor2010-07-251-2/+2
* Add int1589 support.Kevin O'Connor2010-01-041-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-3/+3
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-5/+0
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-7/+7
* Add helper macros for defining GDT descriptors.Kevin O'Connor2009-08-101-6/+6
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-1/+1
* Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor2009-07-251-2/+1
* Register int02 handler (nmi); disable NMI by default.Kevin O'Connor2009-03-071-3/+3
* Minor - rename BX_PANIC to panic.Kevin O'Connor2009-02-081-1/+1
* Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor2009-01-191-3/+3
* Reserve space for buffers in f-segment; don't allocate from freespace.Kevin O'Connor2009-01-171-0/+3
* Move variables from assembler to C code.Kevin O'Connor2009-01-171-0/+193