aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
AgeCommit message (Expand)AuthorFilesLines
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