Changeset 560 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
- Timestamp:
- Jul 3, 2013, 6:56:05 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
r556 r560 31 31 sti ; Enable interrupts 32 32 cld ; String instructions to increment pointers 33 %ifndef USE_AT34 call Int13hBiosInit_RestoreSystemHandler ; Needed if initialization was started on INT 13h instead on 19h35 %endif36 33 LOAD_BDA_SEGMENT_TO es, ax ; Load BDA segment (zero) to ES 34 %ifdef MODULE_VERY_LATE_INITIALIZATION 35 lds ax, [es:TEMPORARY_VECTOR_FOR_SYSTEM_INT13h*4] 36 mov [es:BIOS_DISK_INTERRUPT_13h*4], ax 37 mov [es:BIOS_DISK_INTERRUPT_13h*4+2], ds 38 %endif 37 39 ; Fall to .PrepareBootLoaderStack 38 40
Note:
See TracChangeset
for help on using the changeset viewer.