Changeset 61317 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 31, 2016 4:55:10 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107611
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1-template.c
r61315 r61317 91 91 /* Check that we can keep it consistent for a while. */ 92 92 g_usBs3TestStep = 3; 93 for (iLoops = 0; iLoops < _4M ; iLoops++) /** @todo adjust counter. will hardcode for now and do timers later so day... */93 for (iLoops = 0; iLoops < _4M*16; iLoops++) /** @todo adjust counter. will hardcode for now and do timers later so day... */ 94 94 { 95 95 TMPL_NM(bs3FpuState1_Save)(pChecking); -
trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1.c
r61315 r61317 50 50 /*PE16_32*/ NULL, //bs3FpuState1_Corruption_pe16_32, 51 51 /*PE16_V86*/ NULL, //bs3FpuState1_Corruption_pe16_v86, 52 /*PE32*/ bs3FpuState1_Corruption_pe32,52 /*PE32*/ NULL, //bs3FpuState1_Corruption_pe32, 53 53 /*PE32_16*/ NULL, //bs3FpuState1_Corruption_pe32_16, 54 54 /*PEV86*/ NULL, //bs3FpuState1_Corruption_pev86,
Note:
See TracChangeset
for help on using the changeset viewer.