Changeset 417 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- May 5, 2012, 4:01:03 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r398 r417 61 61 62 62 mov al, BIOS_DISK_INTERRUPT_13h ; INT 13h interrupt vector offset 63 mov si, Int13h_DiskFunctionsHandler ; Interrupt handler offset 63 mov si, Int13h_DiskFunctionsHandler 64 %ifdef RELOCATE_INT13H_STACK 65 test BYTE [cs:ROMVARS.wFlags], FLG_ROMVARS_FULLMODE 66 eCMOVNZ si, Int13h_DiskFunctionsHandlerWithStackChange 67 %endif 64 68 call Interrupts_InstallHandlerToVectorInALFromCSSI 65 69
Note:
See TracChangeset
for help on using the changeset viewer.