Changeset 143 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Strings.asm


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/Src/Strings.asm

    r135 r143  
    1010g_szSlave:      db  "Slave ",NULL
    1111g_szDetect:     db  "IDE %s at %x: ",NULL           ; IDE Master at 1F0h:
    12 g_szNotFound:   db  "not found",LF,CR,NULL
     12
    1313
    1414; Boot loader strings
    15 g_szTryToBoot:  db  "Booting from %s %x",ANGLE_QUOTE_RIGHT,"%x",LF,CR,NULL
    16 g_szBootSector: db  "Boot sector",NULL
    17 g_szFound:      db  "found",NULL
    18 g_szSectRead:   db  "%s %s!",LF,CR,NULL
    19 g_szReadError:  db  "Error %x!",LF,CR,NULL
     15g_szTryToBoot:          db  "Booting from %s %x",ANGLE_QUOTE_RIGHT,"%x",LF,CR,NULL
     16g_szBootSectorNotFound: db  "Boot sector "
     17g_szNotFound:           db  "not found",LF,CR,NULL
     18g_szReadError:          db  "Error %x!",LF,CR,NULL
    2019
    2120; Boot menu bottom of screen strings
Note: See TracChangeset for help on using the changeset viewer.