Changeset 58543 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Nov 2, 2015 3:10:49 PM (9 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-init-code.mac
r56295 r58543 1694 1694 %elifdef BS2_INC_CMN_LM 1695 1695 %define BS2_INC_BS2EXITMODE_P16 1696 %elifdef BS2_INC_CMN_P32 1697 %define BS2_INC_BS2EXITMODE_P16 1696 1698 %endif 1697 1699 -
trunk/src/VBox/ValidationKit/bootsectors/bootsector2-common-init-traps.mac
r56295 r58543 534 534 mov eax, ss ; load flat DS. Using SS here because of conforming IDTE.CS tests. 535 535 mov ds, ax 536 537 pushfd ; Clear the AC flag. 538 and dword [esp], ~X86_EFL_AC 539 popfd 536 540 537 541 ;
Note:
See TracChangeset
for help on using the changeset viewer.