Detect CPUID instruction before using it.
[seabios.git] / src / bregs.h
2012-02-02 Kevin O'ConnorDetect CPUID instruction before using it.
2011-05-07 Kevin O'ConnorFix struct bregs - it shouldn't have multiple members...
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-05-17 Kevin O'ConnorSupport %ebp register in 'struct bregs'.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorImprove set_code_fail/floppy_ret/disk_ret code generation.
2008-11-16 Kevin O'ConnorDefine bit definitions for cr0 register.
2008-07-19 Kevin O'ConnorMisc fixes and updates.
2008-07-08 Kevin O'ConnorImprove debugging output.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...