summaryrefslogtreecommitdiff
path: root/src/bregs.h
Commit message (Expand)AuthorAgeFilesLines
* Minor - fix some typos in comments.Kevin O'Connor2014-04-051-1/+1
* Move definition of struct segoff_s from farptr.h to types.h.Kevin O'Connor2013-09-181-1/+0
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-19/+3
* Detect CPUID instruction before using it.Kevin O'Connor2012-02-011-0/+1
* Fix struct bregs - it shouldn't have multiple members with the same name.Kevin O'Connor2011-05-071-3/+3
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-23/+0
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-8/+22
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-2/+3
* Support %ebp register in 'struct bregs'.Kevin O'Connor2009-05-161-0/+1
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Improve set_code_fail/floppy_ret/disk_ret code generation.Kevin O'Connor2009-01-021-7/+8
* Define bit definitions for cr0 register.Kevin O'Connor2008-11-161-5/+15
* Misc fixes and updates.Kevin O'Connor2008-07-191-0/+2
* Improve debugging output.Kevin O'Connor2008-07-071-5/+5
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+90