aboutsummaryrefslogtreecommitdiff
path: root/src/bregs.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Minor - fix some typos in comments.Kevin O'Connor1-1/+1
2013-09-18Move definition of struct segoff_s from farptr.h to types.h.Kevin O'Connor1-1/+0
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-19/+3
2012-02-01Detect CPUID instruction before using it.Kevin O'Connor1-0/+1
2011-05-07Fix struct bregs - it shouldn't have multiple members with the same name.Kevin O'Connor1-3/+3
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-23/+0
2009-12-13Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor1-8/+22
2009-09-09Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor1-2/+3
2009-05-16Support %ebp register in 'struct bregs'.Kevin O'Connor1-0/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-02Improve set_code_fail/floppy_ret/disk_ret code generation.Kevin O'Connor1-7/+8
2008-11-16Define bit definitions for cr0 register.Kevin O'Connor1-5/+15
2008-07-19Misc fixes and updates.Kevin O'Connor1-0/+2
2008-07-07Improve debugging output.Kevin O'Connor1-5/+5
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+90