Ignore:
Timestamp:
Dec 30, 2012, 6:33:47 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • Added Auto Configure.
File:
1 edited

Legend:

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

    r483 r497  
    106106g_szItemCfgIde4:        db  "Quaternary IDE Controller",NULL
    107107g_szItemCfgBootMenu:    db  "Boot settings",NULL
     108g_szItemAutoConfigure:  db  "Auto Configure",NULL
    108109g_szItemCfgFullMode:    db  "Full operating mode",NULL
    109110g_szItemCfgStealSize:   db  "kiB to steal from RAM",NULL
     
    111112g_szItemCfgIdleTimeout: db  "Power Management",NULL
    112113
     114g_szDlgAutoConfigure:   db  "Found "
     115g_bControllersDetected: db  'x'             ; Value stored directly here
     116                        db  " controllers.",NULL
    113117g_szDlgCfgFullMode:     db  "Enable full operating mode?",NULL
    114118g_szDlgCfgStealSize:    db  "How many kiB of base memory to steal for XTIDE Universal BIOS variables (1...255)?",NULL
     
    118122g_szNfoCfgIde:          db  "IDE controller and drive configuration.",NULL
    119123g_szNfoCfgBootMenu:     db  "Boot configuration.",NULL
     124g_szNfoAutoConfigure:   db  "Automatically Configure XTIDE Universal BIOS for this system.",NULL
    120125g_szNfoCfgFullMode:     db  "Full mode supports multiple controllers and has more features.",NULL
    121126g_szNfoCfgStealSize:    db  "How many kiB's to steal from Conventional memory for XTIDE Universal BIOS variables.",NULL
Note: See TracChangeset for help on using the changeset viewer.