Changeset 148 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
- Timestamp:
- Mar 19, 2011, 8:09:41 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r123 r148 34 34 mov [RAMVARS.fpOldI13h+2], dx ; Store old INT 13h segment 35 35 mov bx, INTV_DISK_FUNC ; INT 13h interrupt vector offset 36 mov si, Int13h_DiskFunctions 36 mov si, Int13h_DiskFunctionsHandler ; Interrupt handler offset 37 37 call Interrupts_InstallHandlerToVectorInBXFromCSSI 38 38
Note:
See TracChangeset
for help on using the changeset viewer.