Changeset 522 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Mar 11, 2013, 3:22:21 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • INT 13h stack is now at the beginning of RAMVARS.
  • RELOCATE_INT13H_STACK is now allowed only for AT builds. This saves few bytes from interrupt table when lite mode is used.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r507 r522  
    4646    ; Included .inc files
    4747    %include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
    48     %include "ModuleDependency.inc" ; Dependency checks for optional modules
     48    %include "ModuleDependency.inc" ; Dependency checks for optional modules. Must be included second!
    4949    %include "Version.inc"
    5050    %include "ATA_ID.inc"           ; For ATA Drive Information structs
Note: See TracChangeset for help on using the changeset viewer.