Ignore:
Timestamp:
Apr 13, 2013, 3:40:27 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Improved interrupt handling: INT 15h AH=91h is no longer called if AH=90h was not called.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm

    r530 r540  
    119119    test    al, al
    120120    jz      SHORT .Return   ; IRQ not used
     121%ifdef USE_AT
    121122    cmp     al, 8
    122123    jb      SHORT .InstallLowIrqHandler
     
    137138    mov     si, IdeIrq_InterruptServiceRoutineForIrqs8to15
    138139    jmp     SHORT Interrupts_InstallHandlerToVectorInALFromCSSI
     140%endif ; USE_AT
    139141
    140142;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.