aboutsummaryrefslogtreecommitdiffstats
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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