Changeset 524 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc


Ignore:
Timestamp:
Mar 14, 2013, 2:28:30 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Min time to display hotkeys finally work correctly.
  • AT builds do not copy existing INT 13h handler to 40h by default, XT builds do.
  • Interrupts are enabled for Primary and Secondary controller by default on AT builds.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc

    r522 r524  
    2020; Allow RELOCATE_INT13H_STACK only for AT builds
    2121%ifndef USE_AT
    22     %undef RELOCATE_INT13H_STACK
     22    %ifdef RELOCATE_INT13H_STACK
     23        %undef RELOCATE_INT13H_STACK
     24        %warning "RELOCATE_INT13H_STACK is not supported for XT builds!"
     25    %endif
    2326%endif
    2427
Note: See TracChangeset for help on using the changeset viewer.