Ignore:
Timestamp:
Mar 2, 2012, 1:30:18 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • Added option to disable boot menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r286 r290  
    8282g_szItemCfgIde3:        db  "Tertiary IDE Controller",NULL
    8383g_szItemCfgIde4:        db  "Quaternary IDE Controller",NULL
    84 g_szItemCfgBootMenu:    db  "Boot menu settings",NULL
     84g_szItemCfgBootMenu:    db  "Boot settings",NULL
    8585g_szItemCfgFullMode:    db  "Full operating mode",NULL
    8686g_szItemCfgStealSize:   db  "kiB to steal from RAM",NULL
     
    9292
    9393g_szNfoCfgIde:          db  "IDE controller and drive configuration.",NULL
    94 g_szNfoCfgBootMenu:     db  "Boot menu configuration.",NULL
     94g_szNfoCfgBootMenu:     db  "Boot configuration.",NULL
    9595g_szNfoCfgFullMode:     db  "Full mode supports multiple controllers and has more features.",NULL
    9696g_szNfoCfgStealSize:    db  "How many kiB's to steal from Conventional memory for XTIDE Universal BIOS variables.",NULL
     
    266266
    267267
    268 ; Strings for boot menu settings menu
     268; Strings for boot settings menu
     269g_szItemBootEnableMenu: db  "Boot Menu",NULL
    269270g_szItemBootTimeout:    db  "Selection timeout",NULL
    270271g_szItemBootDrive:      db  "Default boot drive",NULL
     
    274275g_szItemSerialDetect:   db  "Scan for Serial Drives",NULL
    275276
    276 g_szDlgBootTimeout:     db  "Enter Boot Menu selection timeout in BIOS timer ticks (1...1092, 0 disables timeout).",NULL
     277g_szDlgBootEnableMenu:  db  "Enable Boot Menu?",NULL
     278g_szDlgBootTimeout:     db  "Enter Boot Menu selection timeout in BIOS timer ticks (2...1092).",NULL
    277279g_szDlgBootDrive:       db  "Enter default drive number (0xh for Floppy Drives, 8xh for Hard Disks, FFh for ROM boot).",NULL
    278280g_szDlgBootDispMode:    db  "Select display mode for Boot Menu.",NULL
     
    281283g_szDlgSerialDetect:    db  "Scan for serial drives?",NULL
    282284
    283 g_szNfoBootTimeout:     db  "Menu item selection timeout in BIOS timer ticks.",NULL
     285g_szNfoBootEnableMenu:  db  "Enable to display boot drive selection menu.",NULL
     286g_szNfoBootTimeout:     db  "Menu item selection timeout in BIOS timer ticks. 1 tick = 54.9 ms.",NULL
    284287g_szNfoBootDrive:       db  "Default drive on boot menu.",NULL
    285288g_szNfoDispMode:        db  "Display Mode for Boot Menu.",NULL
Note: See TracChangeset for help on using the changeset viewer.