Changeset 398 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
- Timestamp:
- Apr 19, 2012, 3:08:06 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r392 r398 67 67 mov al, BIOS_BOOT_LOADER_INTERRUPT_19h ; INT 19h interrupt vector offset 68 68 mov si, Int19hReset_Handler ; INT 19h handler to reboot the system 69 %ifndef MODULE_IRQ 70 ; Fall to Interrupts_InstallHandlerToVectorInALFromCSSI 71 %else 69 72 call Interrupts_InstallHandlerToVectorInALFromCSSI 70 73 ; Fall to .InitializeHardwareIrqHandlers … … 136 139 mov si, IdeIrq_InterruptServiceRoutineForIrqs2to7 137 140 ; Fall to Interrupts_InstallHandlerToVectorInALFromCSSI 141 %endif ; MODULE_IRQ 138 142 139 143 … … 158 162 159 163 164 %ifdef MODULE_IRQ 160 165 ;-------------------------------------------------------------------- 161 166 ; Interrupts_UnmaskInterruptControllerForDriveInDSDI … … 227 232 .Return: 228 233 ret 234 235 %endif ; MODULE_IRQ
Note:
See TracChangeset
for help on using the changeset viewer.