Ignore:
Timestamp:
Feb 28, 2011, 4:41:41 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Display library now gets initialized.
  • Small optimizations.
  • Something is still broken.
File:
1 edited

Legend:

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

    r97 r120  
    142142;--------------------------------------------------------------------
    143143Interrupts_InstallHandlerToVectorInBXFromCSSI:
    144     eSHL_IM bx, 2                   ; Shift for DWORD offset
     144    shl     bx, 1
     145    shl     bx, 1                   ; Shift for DWORD offset
    145146    mov     [es:bx], si             ; Store offset
    146147    mov     [es:bx+2], cs           ; Store segment
Note: See TracChangeset for help on using the changeset viewer.