Changeset 117 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootVars.asm
- Timestamp:
- Feb 28, 2011, 12:16:21 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootVars.asm
r116 r117 74 74 BootVars_SwitchBackToPostStack: 75 75 pop ax ; Pop return address 76 %ifndef USE_ 18676 %ifndef USE_386 77 77 cli ; Disable interrupts 78 %endif79 78 LOAD_BDA_SEGMENT_TO ss, sp 80 %ifndef USE_38681 79 mov sp, [ss:BOOTVARS.dwPostStack] 82 80 mov ss, [ss:BOOTVARS.dwPostStack+2] 81 sti ; Enable interrupts 83 82 %else 83 LOAD_BDA_SEGMENT_TO ss, sp 84 84 lss sp, [ss:BOOTVARS.dwPostStack] 85 85 %endif 86 %ifndef USE_18687 sti ; Enable interrupts88 %endif89 86 jmp ax
Note:
See TracChangeset
for help on using the changeset viewer.