Changeset 522 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Mar 11, 2013, 3:22:21 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r501 r522 80 80 81 81 mov al, BIOS_DISK_INTERRUPT_13h ; INT 13h interrupt vector offset 82 %ifdef RELOCATE_INT13H_STACK 83 mov si, Int13h_DiskFunctionsHandlerWithStackChange 84 %else 82 85 mov si, Int13h_DiskFunctionsHandler 83 %ifdef RELOCATE_INT13H_STACK84 test BYTE [cs:ROMVARS.wFlags], FLG_ROMVARS_FULLMODE85 eCMOVNZ si, Int13h_DiskFunctionsHandlerWithStackChange86 86 %endif 87 87
Note:
See TracChangeset
for help on using the changeset viewer.