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