Changeset 605 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- May 8, 2021, 6:55:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r602 r605 118 118 g_bControllersDetected: db 'x' ; Value stored directly here 119 119 db " controllers.",NULL 120 g_szDlgBadBiosFound: db "This computer has been identified as being one of the following models:",LF,LF 121 db "Zenith Z-171",LF 122 db "Zenith Z-161",LF,LF 123 db "The Boot settings menu option 'Remove other hard drives' has been set to YES for this reason.",NULL 120 124 g_szDlgCfgFullMode: db "Enable full operating mode?",NULL 121 125 g_szDlgCfgStealSize: db "How many kiB of base memory to steal for XTIDE Universal BIOS variables (1...255)?",NULL … … 465 469 db " of normal drive detection. Note that if any serial drives are detected during the normal drive detection," 466 470 db " no scan will take place (to avoid finding the same drive twice).",NULL 467 g_szHelpClearBdaDriveCount: db "Set to NO for normal operation. Set to YES to get Windows 95 drivers to work when" 468 db " MODULE_WIN95_CMOS_HACK is not included (dummy drive needs to be defined in system BIOS setup).",NULL 471 g_szHelpClearBdaDriveCount: db "Set to NO for normal operation. Set to YES to get Windows 9x protected mode drivers to work when" 472 db " MODULE_WIN9X_CMOS_HACK is not included (dummy drive needs to be defined in system BIOS setup). This option must" 473 db " also be set to YES on computers where the system BIOS does not initialize RAM properly. Zenith models Z-171 and" 474 db " Z-161 are known examples of such machines.",NULL 469 475 470 476 g_szMultichoiceBootDispMode: db "Default",LF
Note:
See TracChangeset
for help on using the changeset viewer.