source: xtideuniversalbios/trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm @ 624

Last change on this file since 624 was 624, checked in by krille_n_, 18 months ago

Changes:

  • The BIOS version string has been changed to show the repository revision number instead of the useless "v2.0.0 beta 3+" string. In other words, the seemingly never ending beta is finally over! The version string is now updated by TortoiseSVN client side hook scripts (residing in \Tools) to be used when committing changes to the repository. It should also be possible to use these scripts with other subversion clients under Windows since they are essentially just regular batch (cmd) files!
  • The eSEG_STR macro has been changed to always disable interrupts. The workaround used for the buggy, early revisions of the 8088/8086 CPUs apparently does not work. Many thanks to Jim Leonard (Trixter) for reporting this problem!
  • Minor optimizations to the eBSF and eBSR macros.
File size: 32.2 KB
Line 
1; Project name  :   XTIDE Universal BIOS Configurator v2
2; Description   :   All strings.
3
4;
5; XTIDE Universal BIOS and Associated Tools
6; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team.
7;
8; This program is free software; you can redistribute it and/or modify
9; it under the terms of the GNU General Public License as published by
10; the Free Software Foundation; either version 2 of the License, or
11; (at your option) any later version.
12;
13; This program is distributed in the hope that it will be useful,
14; but WITHOUT ANY WARRANTY; without even the implied warranty of
15; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16; GNU General Public License for more details.
17; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
18;
19
20; Section containing initialized data
21SECTION .data
22
23; DOS version check
24g_s$NotMinimumDosVersion:           db  LF,"This program requires DOS version 2 or higher.",LF,"$"
25
26; Menu title
27g_szProgramTitle:                   db  "Configuration and Flashing program for XTIDE Universal BIOS r"
28                                    db  ROM_VERSION_STRING
29                                    db  LF,CR,NULL
30g_sXtideUniversalBiosSignature:     db  FLASH_SIGNATURE     ; No need to terminate with NULL.
31g_szBiosIsNotLoaded:                db  "BIOS is not loaded!",NULL
32g_szEEPROM:                         db  "EEPROM",NULL
33g_szSourceAndTypeSeparator:         db  " : ",NULL
34g_szUnidentified:                   db  "Unidentified",NULL
35g_szUnsaved:                        db  " ",SINGLE_LEFT_HORIZONTAL_TO_VERTICAL,"Unsaved",SINGLE_RIGHT_HORIZONTAL_TO_VERTICAL,NULL
36
37; Item formatting
38g_szFormatItemWithoutValue:         db  "%c%s",NULL
39g_szFormatItemNameWithValue:        db  "%25s%-10S",NULL
40
41
42g_szNo:                             db  "No",NULL
43g_szMultichoiceBooleanFlag:         db  "No",LF
44g_szYes:                            db  "Yes",NULL
45
46; General Yes/No response type dialog messages
47g_szDlgExitToDos:       db  "Exit to DOS?",NULL
48g_szDlgSaveChanges:     db  "Do you want to save changes to XTIDE Universal BIOS image file?",NULL
49g_szDlgDriveNotReady:   db  "Drive not ready! Retry?",NULL
50
51; Generic dialog strings
52g_szNotificationDialog: db  "Notification.",NULL
53g_szErrorDialog:        db  "Error!",NULL
54g_szGenericDialogInfo:  db  "Press ENTER or ESC to close dialog.",NULL
55
56; Flashing related strings
57g_szFlashTitle:             db  "Flashing EEPROM, please wait.",NULL
58g_szErrEepromTooSmall:      db  "Image is too large for selected EEPROM type!",NULL
59g_szErrAddrNot32KAligned:   db  "The selected EEPROM type requires the address to be 32"
60                            db  " kiB aligned (C800, D000, D800, E000, etc.)",NULL
61g_szErrEepromDetection:     db  "EEPROM of type not found.",LF
62                            db  "EEPROM was not flashed properly!",NULL
63g_szErrEepromPolling:       db  "Timeout when polling EEPROM.",LF
64                            db  "EEPROM was not flashed properly!",NULL
65g_szErrEepromVerify:        db  "EEPROM did not return the same byte that was written.",LF
66                            db  "EEPROM was not flashed properly!",NULL
67g_szPCFlashSuccessful:      db  "EEPROM was written successfully.",LF
68                            db  "Press any key to reboot.",NULL
69g_szForeignFlash:           db  "EEPROM was written successfully.",NULL
70
71
72; Strings for main menu
73g_szItemMainExitToDOS:  db  "Exit to DOS",NULL
74g_szItemMainLoadFile:   db  "Load BIOS from file",NULL
75g_szItemMainLoadROM:    db  "Load BIOS from EEPROM",NULL
76g_szItemMainLoadStngs:  db  "Load old settings from EEPROM",NULL
77g_szItemMainConfigure:  db  "Configure XTIDE Universal BIOS",NULL
78g_szItemMainFlash:      db  "Flash EEPROM",NULL
79g_szItemMainSave:       db  "Save BIOS back to original file",NULL
80g_szItemMainLicense:    db  "Copyright and License Information",NULL
81g_szItemMainHomePage:   db  "Web Links",NULL
82
83g_szDlgMainLoadROM:     db  "Successfully loaded XTIDE Universal BIOS from EEPROM.",NULL
84g_szDlgMainLoadStngs:   db  "Successfully loaded settings from EEPROM.",NULL
85g_szDlgMainLoadFile:    db  "Successfully loaded file for flashing.",NULL
86g_szDlgMainSaveFile:    db  "Successfully saved XTIDE Universal BIOS to file.",NULL
87g_szDlgMainFileTooBig:  db  "Selected file is too big to be loaded for flashing!",NULL
88g_szDlgMainLoadErr:     db  "Failed to load file!",NULL
89g_szDlgMainSaveErr:     db  "Failed to save file!",NULL
90g_szDlgFileTitle:       db  "Select file to be flashed.",NULL
91g_szDlgFileFilter:      db  "*.*",NULL
92
93g_szNfoMainExitToDOS:   db  "Quits XTIDE Universal BIOS Configurator.",NULL
94g_szNfoMainLoadFile:    db  "Load BIOS file to be configured or flashed.",NULL
95g_szNfoMainLoadROM:     db  "Load BIOS from EEPROM to be reconfigured.",NULL
96g_szNfoMainLoadStngs:   db  "Load old XTIDE Universal BIOS settings from EEPROM.",NULL
97g_szNfoMainConfigure:   db  "Configure XTIDE Universal BIOS settings.",NULL
98g_szNfoMainFlash:       db  "Flash loaded BIOS image to EEPROM.",NULL
99g_szNfoMainSave:        db  "Save BIOS changes back to original file from which it was loaded.",NULL
100g_szNfoMainLicense:     db  "XTIDE Universal BIOS and XTIDECFG Copyright (C) 2009-2010 by Tomi Tilli, 2011-2022 by XTIDE Universal BIOS Team."
101                        db  " Released under GNU GPL v2, with ABSOLUTELY NO WARRANTY. Press ENTER for more details...",NULL
102g_szNfoMainHomePage:    db  "Visit http://xtideuniversalbios.org (home page) and http://forum.vcfed.org (support)",NULL
103
104g_szHelpMainLicense:    db  "XTIDE Universal BIOS and XTIDECFG Configuration program are Copyright 2009-2010 by Tomi Tilli,"
105                        db  " 2011-2022 by XTIDE Universal BIOS Team. Released under GNU GPL v2. This software comes with ABSOLUTELY NO WARRANTY."
106                        db  " This is free software, and you are welcome to redistribute it under certain conditions."
107                        db  " See the LICENSE.TXT file that was included with this distribution,"
108                        db  " visit http://www.gnu.org/licenses/ gpl-2.0.html, or visit http://xtideuniversalbios.org.",NULL
109
110; Strings for XTIDE Universal BIOS configuration menu
111g_szItemCfgBackToMain:  db  "Back to Main Menu",NULL
112g_szItemCfgIde1:        db  "Primary IDE Controller",NULL
113g_szItemCfgIde2:        db  "Secondary IDE Controller",NULL
114g_szItemCfgIde3:        db  "Tertiary IDE Controller",NULL
115g_szItemCfgIde4:        db  "Quaternary IDE Controller",NULL
116g_szItemCfgBootMenu:    db  "Boot settings",NULL
117g_szItemAutoConfigure:  db  "Auto Configure",NULL
118g_szItemCfgFullMode:    db  "Full operating mode",NULL
119g_szItemCfgStealSize:   db  "kiB to steal from RAM",NULL
120g_szItemCfgIdeCnt:      db  "IDE controllers",NULL
121g_szItemCfgIdleTimeout: db  "Power Management",NULL
122
123g_szDlgAutoConfigure:   db  "Found "
124g_bControllersDetected: db  'x'             ; Value stored directly here
125                        db  " controllers.",NULL
126g_szDlgBadBiosFound:    db  "This computer has been identified as being one of the following models:",LF,LF
127                        db  "Zenith Data Systems Z-171",LF
128                        db  "Zenith Data Systems Z-161",LF,LF
129                        db  "The Boot settings menu option 'Remove other hard drives' has been set to YES for this reason.",NULL
130g_szDlgCfgFullMode:     db  "Enable full operating mode?",NULL
131g_szDlgCfgStealSize:    db  "How many kiB of base memory to steal for XTIDE Universal BIOS variables (1...255)?",NULL
132g_szDlgCfgIdeCnt:       db  "How many IDE controllers to manage (1...4)?",NULL
133g_szDlgCfgIdleTimeout:  db  "Select the amount of time before idling drives should enter standby mode.",NULL
134
135g_szNfoCfgIde:          db  "IDE controller and drive configuration.",NULL
136g_szNfoCfgBootMenu:     db  "Boot configuration.",NULL
137g_szNfoAutoConfigure:   db  "Automatically Configure XTIDE Universal BIOS for this system.",NULL
138g_szNfoCfgFullMode:     db  "Full mode supports multiple controllers and has more features.",NULL
139g_szNfoCfgStealSize:    db  "How many kiB's to steal from Conventional memory for XTIDE Universal BIOS variables.",NULL
140g_szNfoCfgIdeCnt:       db  "Number of IDE controllers to manage.",NULL
141g_szNfoCfgIdleTimeout:  db  "Enable Power Management to set the harddrive(s) to spin down after idling a certain amount of time.",NULL
142
143g_szSerialMoved:        db  "A Serial Controller has been moved to the end of the Controller list."
144                        db  " No further action is required. Serial Controllers must be placed at the end of the list.",NULL
145
146g_szHelpCfgFullMode:    db  "Full mode supports up to 4 IDE controllers (8 drives). Full mode reserves a bit of RAM from the top of"
147                        db  " Conventional memory. This makes it possible to use ROM BASIC and other software that requires"
148                        db  " the interrupt vectors where XTIDE Universal BIOS parameters would be stored in Lite mode.",LF,LF
149                        db  "Lite mode supports only 2 IDE controllers (4 drives) and stores parameters to the top of the interrupt vectors"
150                        db  " (30:0h) so no Conventional memory needs to be reserved. Lite mode cannot be used if some software requires"
151                        db  " the top of interrupt vectors. Usually this is not a problem since only IBM ROM BASIC uses them.",LF,LF
152                        db  "Tandy 1000 models with 640 kiB or less memory need to use Lite mode since the top of Conventional memory gets"
153                        db  " dynamically reserved by video hardware. This happens only with Tandy integrated video controller and not when"
154                        db  " using expansion graphics cards. It is possible to use Full mode if reserving RAM for video memory + what is"
155                        db  " required for XTIDE Universal BIOS. This would mean 65 kiB but most software should work with 33 kiB reserved.",NULL
156
157g_szHelpCfgStealSize:   db  "Parameters for detected hard disks must be stored somewhere. In Full mode they are stored at the top of Conventional"
158                        db  " memory. 1 kiB is usually enough but you may have to reserve more if you want to use Full mode on a Tandy 1000.",NULL
159
160g_szHelpCfgIdleTimeout: db  "This option enables the standby timer for all harddrives handled by XTIDE Universal BIOS,"
161                        db  " allowing the drives to spin down after idling the selected amount of time."
162                        db  " Note that this does not work with old drives that lack the Power Management feature set."
163                        db  " Also note that timeouts less than 5 minutes may cause unnecessary wear on the drives and is not recommended"
164                        db  " (use for compatibility testing only).",NULL
165
166g_szMultichoiceIdleTimeout: db  "Disabled",LF
167                            db  "1 m",LF
168                            db  "2 m",LF
169                            db  "3 m",LF
170                            db  "4 m",LF
171                            db  "5 m",LF
172                            db  "6 m",LF
173                            db  "7 m",LF
174                            db  "8 m",LF
175                            db  "9 m",LF
176                            db  "10 m",LF
177                            db  "11 m",LF
178                            db  "12 m",LF
179                            db  "13 m",LF
180                            db  "14 m",LF
181                            db  "15 m",LF
182                            db  "16 m",LF
183                            db  "17 m",LF
184                            db  "18 m",LF
185                            db  "19 m",LF
186                            db  "20 m",LF
187                            db  "30 m",LF
188                            db  "1 h",LF
189                            db  "1 h 30 m",LF
190g_szIdleTimeoutChoice24:    db  "2 h",NULL
191g_szIdleTimeoutChoice23:    db  "1 h 30 m",NULL
192g_szIdleTimeoutChoice22:    db  "1 h",NULL
193g_szIdleTimeoutChoice21:    db  "30 m",NULL
194g_szIdleTimeoutChoice20:    db  "20 m",NULL
195g_szIdleTimeoutChoice19:    db  "19 m",NULL
196g_szIdleTimeoutChoice18:    db  "18 m",NULL
197g_szIdleTimeoutChoice17:    db  "17 m",NULL
198g_szIdleTimeoutChoice16:    db  "16 m",NULL
199g_szIdleTimeoutChoice15:    db  "15 m",NULL
200g_szIdleTimeoutChoice14:    db  "14 m",NULL
201g_szIdleTimeoutChoice13:    db  "13 m",NULL
202g_szIdleTimeoutChoice12:    db  "12 m",NULL
203g_szIdleTimeoutChoice11:    db  "11 m",NULL
204g_szIdleTimeoutChoice10:    db  "10 m",NULL
205g_szIdleTimeoutChoice9:     db  "9 m",NULL
206g_szIdleTimeoutChoice8:     db  "8 m",NULL
207g_szIdleTimeoutChoice7:     db  "7 m",NULL
208g_szIdleTimeoutChoice6:     db  "6 m",NULL
209g_szIdleTimeoutChoice5:     db  "5 m",NULL
210g_szIdleTimeoutChoice4:     db  "4 m",NULL
211g_szIdleTimeoutChoice3:     db  "3 m",NULL
212g_szIdleTimeoutChoice2:     db  "2 m",NULL
213g_szIdleTimeoutChoice1:     db  "1 m",NULL
214g_szIdleTimeoutChoice0:     db  "Disabled",NULL
215
216; Strings for IDE Controller menu
217g_szItemBackToCfgMenu:      db  "Back to Configuration Menu",NULL
218g_szItemIdeMaster:          db  "Master Drive",NULL
219g_szItemIdeSlave:           db  "Slave Drive",NULL
220g_szItemIdeDevice:          db  "Device type",NULL
221g_szItemIdeCmdPort:         db  "Base (cmd block) address",NULL
222g_szItemIdeCtrlPort:        db  "Control block address",NULL
223g_szItemIdeEnIRQ:           db  "Enable interrupt",NULL
224g_szItemIdeIRQ:             db  "IRQ",NULL
225g_szItemSerialCOM:          db  "COM Port",NULL
226g_szItemSerialBaud:         db  "Baud Rate",NULL
227g_szItemSerialPort:         db  "COM Port I/O address",NULL
228g_szItemIdeSerialComPort:   db  "COM port",NULL
229g_szItemIdeSerialBaudRate:  db  "Baud rate",NULL
230
231g_szDlgDevice:              db  "Select controller type.",NULL
232g_szDlgIdeCmdPort:          db  "Enter IDE command block (base port) address.",NULL
233g_szDlgIdeCtrlPort:         db  "Enter IDE control block address (usually command block + 200h).",NULL
234g_szDlgIdeEnIRQ:            db  "Enable interrupt?",NULL
235g_szDlgIdeIRQ:              db  "Enter IRQ channel (2...7 for 8-bit controllers, 2...15 for any other controller).",NULL
236g_szUnsupportedDevice:      db  "There is no support for this device type in the currently loaded BIOS."
237                            db  " You must load a BIOS built with the proper module included to be able to use this type of device.",NULL
238
239g_szNfoIdeBackToCfgMenu:    db  "Back to XTIDE Universal BIOS Configuration Menu.",NULL
240g_szNfoIdeMaster:           db  "Settings for Master Drive.",NULL
241g_szNfoIdeSlave:            db  "Settings for Slave Drive.",NULL
242g_szNfoIdeDevice:           db  "Select controller device type.",NULL
243g_szNfoIdeCmdPort:          db  "IDE Controller Command Block (base port) address or segment address for JR-IDE/ISA and SVC ADP50L.",NULL
244g_szNfoIdeCtrlPort:         db  "IDE Controller Control Block address. Usually Cmd Block + 8 for XTIDE, and Cmd Block + 200h for ATA.",NULL
245g_szNfoIdeEnIRQ:            db  "Interrupt or polling mode.",NULL
246g_szNfoIdeIRQ:              db  "IRQ channel to use.",NULL
247g_szNfoIdeSerialCOM:        db  "Select a COM port by number.",NULL
248g_szNfoIdeSerialBaud:       db  "Select the COM port's Baud Rate. The server must match this speed."
249                            db  " Note that UART clock multipliers may impact the actual speed.",NULL
250g_szNfoIdeSerialPort:       db  "Select a COM port by custom I/O port address. Any address is valid up to 3F8h, but must be on an 8-byte boundary.",NULL
251
252g_szHelpIdeCmdPort:         db  "IDE controller command block address is the usual address mentioned for IDE controllers."
253                            db  " By default the primary IDE controller uses port 1F0h and secondary controller uses port 170h."
254                            db  " XTIDE card uses port 300h by default."
255                            db  " JR-IDE/ISA and SVC ADP50L do not use ports but needs the ROM segment address set here instead.",NULL
256
257g_szHelpIdeCtrlPort:        db  "IDE controller Control Block address is normally Command Block address + 200h."
258                            db  " For XTIDE card the Control Block registers are mapped right after Command Block"
259                            db  " registers so use Command Block address + 8h for XTIDE card.",NULL
260
261g_szHelpIdeEnIRQ:           db  "IDE controller can use interrupts to signal when it is ready to transfer data."
262                            db  " This makes possible to do other tasks while waiting drive to be ready."
263                            db  " That is usually not useful in MS-DOS but using interrupts frees the bus for any DMA transfers."
264                            db  " Polling mode is used when interrupts are disabled."
265                            db  " Polling usually gives a little better access times since interrupt handling requires extra processing."
266                            db  " There can be some compatibility issues with some old drives when polling is used with Block Mode transfers.",NULL
267
268g_szHelpIdeIRQ:             db  "IRQ channel to use. All controllers managed by XTIDE Universal BIOS can use the same IRQ when MS-DOS is used."
269                            db  " Other operating systems are likely to require different interrupts for each controller.",NULL
270
271g_szHelpIdeSerialCOM:       db  "Select a serial port by COM port number. COM1 through COM4 have well established I/O port assignments,"
272                            db  ' COM5 and onward are less well established. "COMA" represents COM10, "COMB" represents COM11, and "COMC"'
273                            db  ' represents COM12. Selecting "COMx" enables the manual selection of an I/O port address.',NULL
274
275g_szHelpIdeSerialPort:      db  "Select a serial port by I/O address. Any port address is supported up to 3F8h, but must be on an 8-byte boundary."
276                            db  " If the entered value corresponds to one of the established COM port numbers, then the selection will snap"
277                            db  ' to that COM port and "COMx" must be selected again for custom I/O address entry.',NULL
278
279g_szHelpIdeSerialBaud:      db  "Supported baud rates are 2400, 4800, 9600, 19.2K, 28.8K, 38.4K, 57.6K, and 115.2K. The server must also be set to"
280                            db  " this same speed. Older UARTs may only support up to 9600 baud, but sometimes can be pushed to 38.4K. 115.2K will"
281                            db  " likely only be possible with a newer UART that includes a FIFO. Some high speed serial ports include UART clock"
282                            db  " multipliers, allowing for speeds at 230.4K (2x multiplier) and 460.8K (4x multiplier) above 115.2K. These high"
283                            db  " speeds are supported by these BIOS, even on original 4.77MHz 8088 systems. Note that UART clock multipliers are"
284                            db  " not detectable by the software and 115.2K will still be used during configuration for high speeds; but if"
285                            db  " a multiplier is used, the actual speed (including the multiplier) will need to be used by the server.",NULL
286
287g_szMultichoiceCfgDevice:   db  "16-bit ISA/VLB/PCI IDE",LF
288                            db  "32-bit VLB/PCI IDE",LF
289                            db  "16-bit ISA IDE in 8-bit mode",LF
290                            db  "XTIDE rev 1",LF
291                            db  "XTIDE rev 2 or modded rev 1",LF
292                            db  "XTIDE rev 2 (Olivetti M24)",LF
293                            db  "XT-CF PIO8",LF
294                            db  "XT-CF PIO8 (BIU offload)",LF
295                            db  "XT-CF PIO16 (BIU offload)",LF
296                            db  "XT-CF DMA (v3 only)",LF
297                            db  "JR-IDE/ISA",LF
298                            db  "SVC ADP50L",LF
299                            db  "Serial port virtual device",NULL
300
301g_szValueCfgDevice16b:                      db  "16-bit",NULL
302g_szValueCfgDevice32b:                      db  "32-bit",NULL
303g_szValueCfgDevice8b:                       db  "8-bit",NULL
304g_szValueCfgDeviceRev1:                     db  "XTIDE r1",NULL
305g_szValueCfgDeviceRev2:
306g_szValueCfgDeviceRev2Olivetti:             db  "XTIDE r2",NULL
307g_szValueCfgDeviceXTCFPio8:                 db  "XTCF PIO",NULL
308g_szValueCfgDeviceXTCFPio8WithBIUOffload:   db  "BIU 8",NULL
309g_szValueCfgDeviceXTCFPio16WithBIUOffload:  db  "BIU 16",NULL
310g_szValueCfgDeviceXTCFDMA:                  db  "XTCF DMA",NULL
311g_szValueCfgDeviceJrIdeIsa:                 db  "JR-ISA",NULL
312g_szValueCfgDeviceADP50L:                   db  "ADP50L",NULL
313g_szValueCfgDeviceSerial:                   db  "Serial",NULL
314
315g_szSerialCOMChoice:            db  "COM1 - address 3F8h",LF
316                                db  "COM2 - address 2F8h",LF
317                                db  "COM3 - address 3E8h",LF
318                                db  "COM4 - address 2E8h",LF
319                                db  "COM5 - address 2F0h",LF
320                                db  "COM6 - address 3E0h",LF
321                                db  "COM7 - address 2E0h",LF
322                                db  "COM8 - address 260h",LF
323                                db  "COM9 - address 368h",LF
324                                db  "COMA - address 268h",LF
325                                db  "COMB - address 360h",LF
326                                db  "COMC - address 270h",LF
327                                db  "COMx - Custom address",NULL
328
329g_szValueCfgCOM1:               db  "COM1",NULL
330g_szValueCfgCOM2:               db  "COM2",NULL
331g_szValueCfgCOM3:               db  "COM3",NULL
332g_szValueCfgCOM4:               db  "COM4",NULL
333g_szValueCfgCOM5:               db  "COM5",NULL
334g_szValueCfgCOM6:               db  "COM6",NULL
335g_szValueCfgCOM7:               db  "COM7",NULL
336g_szValueCfgCOM8:               db  "COM8",NULL
337g_szValueCfgCOM9:               db  "COM9",NULL
338g_szValueCfgCOMA:               db  "COMA",NULL
339g_szValueCfgCOMB:               db  "COMB",NULL
340g_szValueCfgCOMC:               db  "COMC",NULL
341g_szValueCfgCOMx:               db  "Custom",NULL
342
343g_szSerialBaudChoice:           db  "115.2K baud",LF
344                                db  "57.6K baud",LF
345                                db  "38.4K baud",LF
346                                db  "28.8K baud",LF
347                                db  "19.2K baud",LF
348                                db  "9600 baud",LF
349                                db  "4800 baud",LF
350                                db  "2400 baud",NULL
351
352g_szValueCfgBaud115_2:          db  "115.2K",NULL
353g_szValueCfgBaud57_6:           db  "57.6K",NULL
354g_szValueCfgBaud38_4:           db  "38.4K",NULL
355g_szValueCfgBaud28_8:           db  "28.8K",NULL
356g_szValueCfgBaud19_2:           db  "19.2K",NULL
357g_szValueCfgBaud9600:           db  "9600",NULL
358g_szValueCfgBaud4800:           db  "4800",NULL
359g_szValueCfgBaud2400:           db  "2400",NULL
360
361
362; Strings for DRVPARAMS menu
363g_szItemDrvBackToIde:           db  "Back to IDE Controller Menu",NULL
364g_szItemDrvDisableDetection:    db  "Disable Detection",NULL
365g_szItemDrvBlockMode:           db  "Block Mode Transfers",NULL
366g_szItemDrvXlateMode:           db  "CHS translation method",NULL
367g_szItemDrvWriteCache:          db  "Internal Write Cache",NULL
368g_szItemDrvUserCHS:             db  "User specified CHS",NULL
369g_szItemDrvCyls:                db  "Cylinders",NULL
370g_szItemDrvHeads:               db  "Heads",NULL
371g_szItemDrvSect:                db  "Sectors per track",NULL
372g_szItemDrvUserLBA:             db  "User specified LBA",NULL
373g_szItemDrvLbaSectors:          db  "Millions of sectors",NULL
374
375g_szDlgDrvDisableDetection:     db  "Disable detection of this drive?",NULL
376g_szDlgDrvBlockMode:            db  "Enable Block Mode Transfers?",NULL
377g_szDlgDrvXlateMode:            db  "Select P-CHS to L-CHS translation method.",NULL
378g_szDlgDrvWriteCache:           db  "Select hard drive internal write cache settings.",NULL
379g_szDlgDrvUserCHS:              db  "Specify (P-)CHS parameters manually?",NULL
380g_szDlgDrvCyls:                 db  "Enter number of P-CHS cylinders (1...16383).",NULL
381g_szDlgDrvHeads:                db  "Enter number of P-CHS heads (1...16).",NULL
382g_szDlgDrvSect:                 db  "Enter number of sectors per track (1...63).",NULL
383g_szDlgDrvUserLBA:              db  "Limit drive capacity?",NULL
384g_szDlgDrvLbaSectors:           db  "Enter maximum capacity in millions of sectors (16...256).",NULL
385
386g_szNfoDrvDisableDetection:     db  "Disable detection of this drive.",NULL
387g_szNfoDrvBlockMode:            db  "Transfer multiple sectors per data request.",NULL
388g_szNfoDrvXlateMode:            db  "P-CHS to L-CHS translation method.",NULL
389g_szNfoDrvWriteCache:           db  "Hard Drive Internal Write Cache settings (WARNING!).",NULL
390g_szNfoDrvUserCHS:              db  "Specify (P-)CHS parameters manually instead of autodetecting them.",NULL
391g_szNfoDrvCyls:                 db  "Number of user specified P-CHS cylinders.",NULL
392g_szNfoDrvHeads:                db  "Number of user specified P-CHS heads.",NULL
393g_szNfoDrvSect:                 db  "Number of user specified P-CHS sectors per track.",NULL
394g_szNfoDrvUserLBA:              db  "Limit drive capacity to fix compatibility problems with Windows 9x.",NULL
395g_szNfoDrvLbaSectors:           db  "Millions of sectors (1024*1024). 1M sectors = 512 MiB. Recommended limits are 64 for Windows 95,"
396                                db  " 128 for Windows 98 and 256 for Windows ME (and 98 with updated fdisk).",NULL
397
398g_szHelpDrvDisableDetection:    db  "Disabling slave drive detection will reduce the boot time slightly. This is useful when you know that"
399                                db  " there will never be a slave drive connected to a particular controller.",NULL
400
401g_szHelpDrvBlockMode:           db  "Block Mode will speed up transfers since multiple sectors can be transferred before waiting next data request."
402                                db  " Normally Block Mode should always be kept enabled but there is at least one"
403                                db  " drive with buggy Block Mode implementation (Quantum ProDrive LPS 340A).",NULL
404
405g_szHelpDrvWriteCache:          db  "Modern Hard Drives have a large amount of internal write cache."
406                                db  " The cache will speed up writes since the drive can free the bus right after data has been written to cache."
407                                db  " The drive then starts to write the data from cache to disk by itself."
408                                db  " This can be dangerous since all unwritten data in cache is lost if power is turned off or the system is reset."
409                                db  " Modern operating systems will flush the cache when user shuts down the system."
410                                db  " DOS does not have that sort of protection so it is up to the user to make sure cache is flushed."
411                                db  " WARNING!!! Write cache should be left disabled.",NULL
412
413g_szHelpDrvUserCHS:             db  "Specify (P-)CHS parameters manually instead of autodetecting them."
414                                db  " This can be used to limit drive size for old operating systems that do not support large hard disks."
415                                db  " Some early IDE drives have buggy autodetection so they require CHS to be specified manually."
416                                db  " Limiting Cylinders will work for all drives but drives may not accept all values for Heads and Sectors per Track.",NULL
417
418g_szHelpDrvUserLBA:             db  "Limit drive size to X million sectors for EBIOS functions. This option is useful to"
419                                db  " prevent large drive compatibility problems with MS-DOS 7.x (Windows 95 and 98).",NULL
420
421g_szMultichoiceXlateMode:       db  "NORMAL",LF
422                                db  "LARGE",LF
423                                db  "Assisted LBA",LF
424                                db  "Autodetect",NULL
425
426g_szValueDrvXlateNormal:        db  "NORMAL",NULL
427g_szValueDrvXlateLarge:         db  "LARGE",NULL
428g_szValueDrvXlateLBA:           db  "LBA",NULL
429g_szValueDrvXlateAuto:          db  "Auto",NULL
430
431g_szMultichoiceWrCache:         db  "Drive Default",LF
432                                db  "Disable Write Cache",LF
433                                db  "Enable Write Cache",NULL
434
435g_szValueDrvWrCaDis:            db  "Disabled",NULL
436g_szValueDrvWrCaEn:             db  "Enabled",NULL
437
438
439; Strings for boot settings menu
440g_szItemBootTimeout:            db  "Selection timeout",NULL
441g_szItemBootDrive:              db  "Default boot drive",NULL
442g_szItemBootDispMode:           db  "Display Mode",NULL
443g_szItemColorTheme:             db  "Color Theme",NULL
444g_szItemBootFloppyDrvs:         db  "Number of Floppy Drives",NULL
445g_szItemSerialDetect:           db  "Scan for Serial Drives",NULL
446g_szItemClearBdaDriveCount:     db  "Remove other hard drives",NULL
447
448g_szDlgBootTimeout:             db  "Enter Boot Menu selection timeout in BIOS timer ticks (2...1092).",NULL
449g_szDlgBootDrive:               db  "Enter default drive number (0xh for Floppy Drives, 8xh for Hard Disks).",NULL
450g_szDlgBootDispMode:            db  "Select display mode.",NULL
451g_szDlgColorTheme:              db  "Select color theme.",NULL
452g_szDlgBootFloppyDrvs:          db  "Select number of Floppy Drives in system.",NULL
453g_szDlgSerialDetect:            db  "Scan for serial drives?",NULL
454g_szDlgClearBdaDriveCount:      db  "Remove existing INT 13h hard drives during drive detection?",NULL
455
456g_szNfoBootTimeout:             db  "Menu item selection timeout in BIOS timer ticks. 1 tick = 54.9 ms.",NULL
457g_szNfoBootDrive:               db  "Default boot drive.",NULL
458g_szNfoDispMode:                db  "Display mode to set when booting.",NULL
459g_szNfoColorTheme:              db  "Color theme used by the boot menu and the hotkey bar.",NULL
460g_szNfoBootFloppyDrvs:          db  "Number of Floppy Drives in system.",NULL
461g_szNfoSerialDetect:            db  "Scans all standard COM ports for serial drives."
462                                db  " This can also be invoked by holding down ALT at the end of normal drive detection.",NULL
463g_szNfoClearBdaDriveCount:      db  "Can be used to remove duplicate hard drives.",NULL
464
465g_szHelpBootTimeout:            db  "Boot Menu selection timeout in BIOS timer ticks (1 second = 18.2 ticks)."
466                                db  " When timer goes to zero, currently selected drive will be booted automatically."
467                                db  " Timeout can be disabled by setting this to 0.",NULL
468g_szHelpBootDrive:              db  "Drive to be set selected by default when Boot Menu is displayed.",NULL
469g_szHelpColorTheme:             db  "Pick a theme from a list of several pre-defined themes to customize the colors used by the boot menu and, if"
470                                db  " available, the hotkey bar. Selecting a theme or loading a BIOS, or its settings, from file or from ROM will"
471                                db  " make XTIDECFG apply the theme to itself for easy preview. The ability to preview themes requires that"
472                                db  " XTIDECFG is running in a display mode that can display colors. In other words, you may configure the"
473                                db  " BIOS on a machine with a monochrome graphics adapter and not be able to preview the theme but the BIOS will"
474                                db  " still use the selected theme when installed in a machine with a color graphics adapter.",NULL
475g_szHelpBootFloppyDrvs:         db  "Detecting the correct number of floppy drives might fail when using a floppy controller with its own BIOS."
476                                db  " A minimum number of floppy drives can be specified to force non-detected drives to appear on boot menu.",NULL
477g_szHelpSerialDetect:           db  "Set to Yes, at the end of normal drive detection, COM ports 1-7 (in reverse order) will be scanned for a connection"
478                                db  " to a serial drive server. This option provides flexibility with the COM port and baud rate to be used,"
479                                db  " it need not be configured ahead of time, but at the expense of a slower boot process."
480                                db  " Even when this option is set to No, this functionality can still be invoked by holding down the ALT key at the end"
481                                db  " of normal drive detection. Note that if any serial drives are detected during the normal drive detection,"
482                                db  " no scan will take place (to avoid finding the same drive twice).",NULL
483g_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"
484                                db  " dummy drive has been added in system BIOS setup or when using a BIOS built with MODULE_WIN9X_CMOS_HACK included."
485                                db  " This option must also be set to YES on computers where the system BIOS does not initialize RAM properly."
486                                db  " Zenith Data Systems models Z-171 and Z-161 are known examples of such machines.",NULL
487
488g_szMultichoiceBootDispMode:    db  "Default",LF
489                                db  "40x25 Black & White",LF
490                                db  "40x25 Color",LF
491                                db  "80x25 Black & White",LF
492                                db  "80x25 Color",LF
493                                db  "80x25 Monochrome",NULL
494
495g_szValueBootDispModeDefault:   db  "Default",NULL
496g_szValueBootDispModeBW40:      db  "BW40",NULL
497g_szValueBootDispModeCO40:      db  "CO40",NULL
498g_szValueBootDispModeBW80:      db  "BW80",NULL
499g_szValueBootDispModeCO80:      db  "CO80",NULL
500g_szValueBootDispModeMono:      db  "Mono",NULL
501
502g_szMultichoiceColorTheme:      db  "Classic (default)",LF
503                                db  "Argon Blue",LF
504                                db  "Neon Red",LF
505                                db  "Phosphor Green",LF
506                                db  "Moon Surface",LF
507                                db  "Toxic Waste",NULL
508g_szValueColorTheme0:           db  "Classic",NULL
509g_szValueColorTheme1:           db  "Argon",NULL
510g_szValueColorTheme2:           db  "Neon",NULL
511g_szValueColorTheme3:           db  "Phosphor",NULL
512g_szValueColorTheme4:           db  "Moon",NULL
513g_szValueColorTheme5:           db  "Toxic",NULL
514
515g_szMultichoiceBootFloppyDrvs:  db  "Autodetect",LF
516                                db  "1",LF
517                                db  "2",LF
518                                db  "3",LF
519g_szValueBootFloppyDrvs4:       db  "4",NULL
520g_szValueBootFloppyDrvs3:       db  "3",NULL
521g_szValueBootFloppyDrvs2:       db  "2",NULL
522g_szValueBootFloppyDrvs1:       db  "1",NULL
523g_szValueBootFloppyDrvsAuto:    db  "Auto",NULL
524
525
526; Strings for Flash menu
527g_szItemFlashStart:             db  "Start flashing",NULL
528g_szItemFlashEepromType:        db  "EEPROM type",NULL
529g_szItemFlashSDP:               db  "SDP command",NULL
530g_szItemFlashAddr:              db  "EEPROM address",NULL
531g_szItemFlashPageSize:          db  "Page size",NULL
532g_szItemFlashChecksum:          db  "Generate checksum byte",NULL
533
534g_szDlgFlashEepromType:         db  "Select EEPROM type.",NULL
535g_szDlgFlashSDP:                db  "Select Software Data Protection command.",NULL
536g_szDlgFlashAddr:               db  "Enter segment address where EEPROM is located.",NULL
537g_szDlgFlashPageSize:           db  "Select write page size.",NULL
538g_szDlgFlashChecksum:           db  "Generate checksum byte to the end of BIOS image?",NULL
539
540g_szNfoFlashEepromType:         db  "EEPROM type.",NULL
541g_szNfoFlashStart:              db  "Writes BIOS to EEPROM.",NULL
542g_szNfoFlashSDP:                db  "Software Data Protection command.",NULL
543g_szNfoFlashAddr:               db  "Address (segment) where EEPROM is located.",NULL
544g_szNfoFlashPageSize:           db  "Number of bytes to write before delay.",NULL
545g_szNfoFlashChecksum:           db  "Generate checksum byte to the end of BIOS image.",NULL
546
547g_szHelpFlashSDP:               db  "Software Data Protection Command:",LF
548                                db  "None    = Do not use Software Data Protection. Meant for EEPROMs that do not support SDP.",LF,LF
549                                db  "Enable  = Write protects the EEPROM after flashing."
550                                db  " Software Data Protection should always be enabled if EEPROM supports it.",LF,LF
551                                db  "Disable = Disables Software Data Protection after flashing.",NULL
552
553g_szHelpFlashPageSize:          db  "Larger page size will improve write performance but not all EEPROMs support large pages or page writing at all."
554                                db  " Byte writing mode will be used when page size is set to 1. Byte writing mode is supported by all EEPROMs."
555                                db  " Large pages cannot be flashed with slow CPUs.",NULL
556
557g_szHelpFlashChecksum:          db  "PC BIOSes require a checksum byte at the end of expansion card BIOS ROMs."
558                                db  " You might not want to generate checksum byte when flashing some other images than XTIDE Universal BIOS.",NULL
559
560g_szMultichoiceEepromType:      db  "2816 (2 kiB)",LF
561                                db  "2864 (8 kiB)",LF
562                                db  "2864 mod (8 kiB)",LF
563                                db  "28256 (32 kiB)",LF
564                                db  "28512 (64 kiB)",LF
565                                db  "SST39SFx flash",NULL
566g_szValueFlash2816:             db  "2816",NULL
567g_szValueFlash2864:             db  "2864",NULL
568g_szValueFlash2864Mod:          db  "2864mod",NULL
569g_szValueFlash28256:            db  "28256",NULL
570g_szValueFlash28512:            db  "28512",NULL
571g_szValueFlashSST39SF:          db  "SST39SFx",NULL
572
573g_szMultichoiceSdpCommand:      db  "None",LF
574                                db  "Enable",LF
575g_szValueFlashDisable:          db  "Disable",NULL
576g_szValueFlashEnable:           db  "Enable",NULL
577g_szValueFlashNone:             db  "None",NULL
578
579g_szMultichoicePageSize:        db  "1 byte",LF
580                                db  "2 bytes",LF
581                                db  "4 bytes",LF
582                                db  "8 bytes",LF
583                                db  "16 bytes",LF
584                                db  "32 bytes",LF
585g_szValueFlash64bytes:          db  "64 bytes",NULL
586g_szValueFlash32bytes:          db  "32 bytes",NULL
587g_szValueFlash16bytes:          db  "16 bytes",NULL
588g_szValueFlash8bytes:           db  "8 bytes",NULL
589g_szValueFlash4bytes:           db  "4 bytes",NULL
590g_szValueFlash2bytes:           db  "2 bytes",NULL
591g_szValueFlash1byte:            db  "1 byte",NULL
592
593g_szSelectionTimeout:           db  DOUBLE_BOTTOM_LEFT_CORNER,DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL,"%ASelection in %2u s",NULL
594g_szDashForZero:                db  "- ",NULL
595g_szValueUnknownError:          db  "Error!",NULL
596
Note: See TracBrowser for help on using the repository browser.