- Timestamp:
- Mar 2, 2016 4:39:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16_V86.asm
r59885 r59901 46 46 %else 47 47 ; 48 ; Make sure we're the 16-bit segment and then call Bs3SwitchToPE16.48 ; Convert the return address and jump to the 16-bit code segment. 49 49 ; 50 50 %if TMPL_BITS != 16 51 shl [xSP], TMPL_BITS - 16 52 add xSP, (TMPL_BITS - 16) / 8 51 53 jmp .sixteen_bit_segment 52 54 BS3_BEGIN_TEXT16 … … 54 56 .sixteen_bit_segment: 55 57 %endif 58 59 ; 60 ; Switch to 16-bit PE16 and from there to V8086. 61 ; 56 62 extern TMPL_NM(Bs3SwitchToPE16) 57 63 call TMPL_NM(Bs3SwitchToPE16)
Note:
See TracChangeset
for help on using the changeset viewer.