Changeset 621 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Nov 21, 2021, 2:15:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r620 r621 55 55 g_szFlashTitle: db "Flashing EEPROM, please wait.",NULL 56 56 g_szErrEepromTooSmall: db "Image is too large for selected EEPROM type!",NULL 57 g_szErrAddrNot32KAligned: db "The selected EEPROM type requires the address to be 32 58 db " kiB aligned (C800, D000, D800, E000, etc.)",NULL57 g_szErrAddrNot32KAligned: db "The selected EEPROM type requires the address to be 32" 58 db " kiB aligned (C800, D000, D800, E000, etc.)",NULL 59 59 g_szErrEepromDetection: db "EEPROM of type not found.",LF 60 60 db "EEPROM was not flashed properly!",NULL … … 123 123 db " controllers.",NULL 124 124 g_szDlgBadBiosFound: db "This computer has been identified as being one of the following models:",LF,LF 125 db "Zenith Z-171",LF126 db "Zenith Z-161",LF,LF125 db "Zenith Data Systems Z-171",LF 126 db "Zenith Data Systems Z-161",LF,LF 127 127 db "The Boot settings menu option 'Remove other hard drives' has been set to YES for this reason.",NULL 128 128 g_szDlgCfgFullMode: db "Enable full operating mode?",NULL … … 479 479 db " of normal drive detection. Note that if any serial drives are detected during the normal drive detection," 480 480 db " no scan will take place (to avoid finding the same drive twice).",NULL 481 g_szHelpClearBdaDriveCount: db "Set to NO for normal operation. Set to YES to get Windows 9x protected mode drivers to work when"482 db " MODULE_WIN9X_CMOS_HACK is not included (dummy drive needs to be defined in system BIOS setup). This option must"483 db " also be set to YES on computers where the system BIOS does not initialize RAM properly. Zenith models Z-171 and"484 db " Z -161 are known examples of such machines.",NULL481 g_szHelpClearBdaDriveCount: db "Set to NO for normal operation. Set to YES to get the built-in protected mode driver in Windows 9x to work when a" 482 db " dummy drive has been added in system BIOS setup or when using a BIOS built with MODULE_WIN9X_CMOS_HACK included." 483 db " This option must also be set to YES on computers where the system BIOS does not initialize RAM properly." 484 db " Zenith Data Systems models Z-171 and Z-161 are known examples of such machines.",NULL 485 485 486 486 g_szMultichoiceBootDispMode: db "Default",LF
Note:
See TracChangeset
for help on using the changeset viewer.