Changeset 162 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization


Ignore:
Timestamp:
May 28, 2011, 7:34:42 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to all parts of the project:

  • Size optimizations, mostly by excluding code from the BIOS.
  • Cleaned the source a bit, fixed spelling and grammar mistakes.
File:
1 edited

Legend:

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

    r152 r162  
    9797    cmp     bl, 8
    9898    jb      SHORT .InstallLowIrqHandler
    99     ; Fall through to .InstallHighIrqHandler
     99    ; Fall to .InstallHighIrqHandler
    100100
    101101;--------------------------------------------------------------------
     
    164164    cmp     al, 8
    165165    jb      SHORT .UnmaskLowIrqController
    166     ; Fall through to .UnmaskHighIrqController
     166    ; Fall to .UnmaskHighIrqController
    167167
    168168;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.