Changeset 23 for trunk/AIR-BOOT/SOURCE/TEXT/US/MENUS.ASM
- Timestamp:
- Mar 3, 2003, 10:28:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AIR-BOOT/SOURCE/TEXT/US/MENUS.ASM
r12 r23 62 62 TXT_SETUP_LinuxRootPart db 'Linux Root Partition', 0 63 63 TXT_SETUP_ForceLBAUsage db 'Force BIOS-LBA Usage', 0 64 TXT_SETUP_ExtPartMShack db 'Ext . Partition M$-Hack', 064 TXT_SETUP_ExtPartMShack db 'Ext-Part MS Workaround', 0 65 65 ; This here may be larger than 23 chars... 66 66 TXT_SETUP_DefLinuxCmd db 'DEFINE COMMAND LINE FOR LINUX', 0 … … 144 144 db 'H - Hidden Support', 0 145 145 db 'L - Partition Letter', 0 146 db 'P - Ext . Part. M$ Hack', 0146 db 'P - Ext-Part MS invent', 0 147 147 db 0 148 148 … … 279 279 db 'of the ext. partition', 0 280 280 db 'type id to standard or', 0 281 db 'M $-id.', 0281 db 'MS-invention.', 0 282 282 db '(defined by P-flag)', 0 283 283 db 0 … … 331 331 TXT_SETUPHELP_DriveLetter db 'Press C-Z', 0 332 332 333 ; Colors for special words hard-coded. Keep all 0s. 334 TXT_SETUP_LowerMessage db 'This program is ',0,'free',0,' for non-commercial private use.',0 333 IFNDEF ReleaseCommercial 334 ; Colors for special words hard-coded. Keep all 0s. 335 TXT_SETUP_LowerMessage db 'This program is ',0,'free',0,' for non-commercial private use.',0 335 336 db 'You may ',0,'NOT',0,' distribute/use AiR-BOOT in ',0,'-ANY-',0,' form,',0 336 337 db 'if you get money for the distributed product or the service.',0 337 338 db 'If you want to use AiR-BOOT in ',0,'other environments',0,', ',0,'preinstall',0,' or',0 338 339 db 'distribute',0,' it, please contact me via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 340 ENDIF
Note:
See TracChangeset
for help on using the changeset viewer.