Changeset 561 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Jul 9, 2013, 6:00:38 PM (11 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Initialize.asm
r560 r561 52 52 ; when our INT 19h is not called 53 53 les ax, [BIOS_DISK_INTERRUPT_13h*4] ; Load system INT 13h handler 54 mov WORD [BIOS_DISK_INTERRUPT_13h*4], Int13hBiosInit_Handler 55 mov [BIOS_DISK_INTERRUPT_13h*4+2], cs 54 56 mov [TEMPORARY_VECTOR_FOR_SYSTEM_INT13h*4], ax 55 57 mov [TEMPORARY_VECTOR_FOR_SYSTEM_INT13h*4+2], es 56 mov WORD [BIOS_DISK_INTERRUPT_13h*4], Int13hBiosInit_Handler57 mov [BIOS_DISK_INTERRUPT_13h*4+2], cs58 58 pop es 59 59 %endif
Note:
See TracChangeset
for help on using the changeset viewer.