Changeset 392 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
- Timestamp:
- Apr 17, 2012, 2:42:54 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r376 r392 63 63 mov si, Int13h_DiskFunctionsHandler ; Interrupt handler offset 64 64 call Interrupts_InstallHandlerToVectorInALFromCSSI 65 66 ; Install INT 19h handler to properly reset the system 67 mov al, BIOS_BOOT_LOADER_INTERRUPT_19h ; INT 19h interrupt vector offset 68 mov si, Int19hReset_Handler ; INT 19h handler to reboot the system 69 call Interrupts_InstallHandlerToVectorInALFromCSSI 65 70 ; Fall to .InitializeHardwareIrqHandlers 66 71
Note:
See TracChangeset
for help on using the changeset viewer.