Changeset 60291 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm
- Timestamp:
- Apr 1, 2016 8:51:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm
r59950 r60291 49 49 BS3_PROC_BEGIN_MODE Bs3SwitchToPP16 50 50 %ifdef TMPL_PP16 51 extern BS3_CMN_NM(Bs3SwitchToRing0) 52 call BS3_CMN_NM(Bs3SwitchToRing0) 53 push ax 54 mov ax, BS3_SEL_R0_DS16 55 mov ds, ax 56 mov es, ax 57 pop ax 51 58 ret 52 59 … … 97 104 push ecx 98 105 pushfd 106 %ifdef BS3_STRICT 107 mov ax, ds 108 cmp ax, BS3_ADDR_BS3DATA16 >> 4 109 je .real_mode_ds_ok 110 hlt 111 .real_mode_ds_ok: 112 %endif 99 113 100 114 ;
Note:
See TracChangeset
for help on using the changeset viewer.