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


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

Changes to XTIDE Universal BIOS:

  • Endianness is now corrected for ATA device names.
  • Converted all BootVars.asm functions to macros in BootVars.inc.
  • Display library is now initialized second time before trying to display boot menu.
File:
1 edited

Legend:

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

    r116 r121  
    117117
    118118; Include .asm files (boot menu)
    119 %include "BootVars.asm"         ; For accessing BOOTVARS struct
    120119%include "BootMenu.asm"         ; For Boot Menu operations
    121120%include "BootMenuEvent.asm"    ; For menu library event handling
Note: See TracChangeset for help on using the changeset viewer.