Changeset 143 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc


Ignore:
Timestamp:
Mar 14, 2011, 5:24:48 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Removed "Boot sector found!" string.
  • Added option to specify display mode for boot menu.
File:
1 edited

Legend:

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

    r137 r143  
    1616
    1717    .wFlags         resb    2   ; Word for ROM flags
     18    .wDisplayMode   resb    2   ; Display mode for boot menu
    1819    .wBootTimeout   resb    2   ; Boot Menu selection timeout in system timer ticks
    1920    .bIdeCnt        resb    1   ; Number of available IDE controllers
     
    3132FLG_ROMVARS_FULLMODE    EQU (1<<0)  ; Full operating mode (steals base RAM, supports EBIOS etc.)
    3233FLG_ROMVARS_DRVXLAT     EQU (1<<2)  ; Enable drive number translation
     34
     35; Boot Menu Display Modes (see Assembly Library Display.inc for standard modes)
     36DEFAULT_TEXT_MODE       EQU 4
    3337
    3438
Note: See TracChangeset for help on using the changeset viewer.