| 1 | ; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz
|
|---|
| 2 | ;
|
|---|
| 3 | ; This file is part of AiR-BOOT
|
|---|
| 4 | ;
|
|---|
| 5 | ; AiR-BOOT is free software: you can redistribute it and/or modify it under
|
|---|
| 6 | ; the terms of the GNU General Public License as published by the Free
|
|---|
| 7 | ; Software Foundation, either version 3 of the License, or (at your option)
|
|---|
| 8 | ; any later version.
|
|---|
| 9 | ;
|
|---|
| 10 | ; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
|
|---|
| 11 | ; WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
|
|---|
| 12 | ; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|---|
| 13 | ; details.
|
|---|
| 14 | ;
|
|---|
| 15 | ; You should have received a copy of the GNU General Public License along with
|
|---|
| 16 | ; AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
|
|---|
| 17 | ;
|
|---|
| 18 | ;---------------------------------------------------------------------------
|
|---|
| 19 | ; AiR-BOOT / TEXT
|
|---|
| 20 | ;---------------------------------------------------------------------------
|
|---|
| 21 |
|
|---|
| 22 | IFDEF MODULE_NAMES
|
|---|
| 23 | DB 'STD_TEXT',0
|
|---|
| 24 | ENDIF
|
|---|
| 25 |
|
|---|
| 26 | ; If you modify this Copyright and release this under your own name,
|
|---|
| 27 | ; I'm going to sue your cheap ass, rape your dog and blow up your house. =)
|
|---|
| 28 |
|
|---|
| 29 | CopyrightVersionLen equ 6
|
|---|
| 30 | ;Copyright db ' AiR-BOOT v1.06 - (c) 1998-2009 M. Kiewitz, Dedicated to Gerd Kiewitz', 0
|
|---|
| 31 | ;Copyright db ' AiR-BOOT v1.07 - (c) 2011 M. Kiewitz - Rousseau test-version >502G (build: #24)', 0
|
|---|
| 32 | ;Copyright db ' AiR-BOOT v1.07 - (c) 2011 M. Kiewitz - Release Candidate 1 - (build: #25)', 0
|
|---|
| 33 | ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc2-b27)', 0
|
|---|
| 34 | ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc3-b31)', 0
|
|---|
| 35 | ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc4-b33)', 0
|
|---|
| 36 | ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc5-b35)', 0
|
|---|
| 37 | ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz', 0
|
|---|
| 38 | ;Copyright db ' AiR-BOOT v1.0.8 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz', 0
|
|---|
| 39 |
|
|---|
| 40 | ;Copyright db ' AiR-BOOT v1.0.8-internal-beta - ** !! NOT FOR DISTRIBUTION !! **', 0
|
|---|
| 41 | ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate>> (build: #18)', 0
|
|---|
| 42 | ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate 1>> (bld: 20120124)', 0
|
|---|
| 43 | ;Copyright db ' AiR-BOOT v1.0.8 - (c) 2012 M. Kiewitz <<Release Candidate 2>> (bld: 20120224)', 0
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 | ;~ Copyright db ' AiR-BOOT v',BLDLVL_MAJOR_VERSION,'.',BLDLVL_MIDDLE_VERSION,'.',BLDLVL_MINOR_VERSION,' - (c) ',BLDLVL_YEAR,' M. Kiewitz <<Internal Release 2l>> (bld: ',BLDLVL_YEAR,BLDLVL_MONTH,BLDLVL_DAY,')', 0
|
|---|
| 47 |
|
|---|
| 48 | ;
|
|---|
| 49 | ; Masm found the above to be too complex, so we broke it up.
|
|---|
| 50 | ;
|
|---|
| 51 | Copyright:
|
|---|
| 52 | db ' AiR-BOOT v'
|
|---|
| 53 | db BLDLVL_MAJOR_VERSION,'.'
|
|---|
| 54 | db BLDLVL_MIDDLE_VERSION,'.'
|
|---|
| 55 | db BLDLVL_MINOR_VERSION,' - (c) 1998-'
|
|---|
| 56 | db BLDLVL_YEAR
|
|---|
| 57 | ;~ db ' M. Kiewitz <<Release Candidate 4>> (bld: '
|
|---|
| 58 | db ' Martin Kiewitz, Dedicated to Gerd Kiewitz'
|
|---|
| 59 | ;~ db BLDLVL_YEAR
|
|---|
| 60 | ;~ db BLDLVL_MONTH
|
|---|
| 61 | ;~ db BLDLVL_DAY,')'
|
|---|
| 62 | db 0
|
|---|
| 63 |
|
|---|
| 64 | ;
|
|---|
| 65 | ; Normal copyright notice.
|
|---|
| 66 | ;
|
|---|
| 67 | ;~ Copyright db ' AiR-BOOT v1.0.8 - (c) 1998-2012 M. Kiewitz, Dedicated to Gerd Kiewitz', 0
|
|---|
| 68 |
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 | ; License and source info.
|
|---|
| 72 | BootEndMsg db 'This is GPLv3+ software, please visit: http://www.gnu.org/licenses/gpl.txt', 0
|
|---|
| 73 | BootEndMsg2 db 'To obtain the sources, please visit: http://svn.netlabs.org/air-boot', 0
|
|---|
| 74 |
|
|---|
| 75 | ; Bugger...
|
|---|
| 76 | CheckID_MBR db 'AiRBOOT'
|
|---|
| 77 | BrokenHDD db ' (HDDx)', 0
|
|---|
| 78 |
|
|---|
| 79 | ; Colors for special words hard-coded. Keep all 0s.
|
|---|
| 80 | TXT_SETUP_LowerMessage db 'This software is released under ', 0, 'GPLv3+', 0
|
|---|
| 81 | db 'http://www.gnu.org/licenses/gpl.txt', 0
|
|---|
| 82 | db 'For more information and source, please visit:', 0
|
|---|
| 83 | db 'http://svn.netlabs.org/air-boot', 0
|
|---|
| 84 | db 'Contact via e-mail: ', 0, 'airboot@ecomstation.com', 0
|
|---|
| 85 |
|
|---|
| 86 | ; Table that points to BIOS device names.
|
|---|
| 87 | ContinueBIOSbootTable dw offset TXT_SETUP_MAGIC_CDROM
|
|---|
| 88 | dw offset TXT_SETUP_MAGIC_Network
|
|---|
| 89 | dw offset TXT_SETUP_MAGIC_ZIPLS
|
|---|
| 90 | dw 0
|
|---|
| 91 |
|
|---|
| 92 | ; Com-port debugging header.
|
|---|
| 93 | AuxInitMsg db 'Initializing Serial Communications on COM',0
|
|---|
| 94 |
|
|---|
| 95 | ; LVM protection messages; should be translated and moved to lang-files.
|
|---|
| 96 | TXT_SETUP_NoEditType35 db 'Labels of LVM-Data partitions cannot be changed', 0
|
|---|
| 97 | TXT_SETUP_NoBootType35 db 'LVM-Data partitions cannot be set bootable', 0
|
|---|
| 98 | TXT_BootMenuPowerOff db 'DEL to Power Off', 0
|
|---|
| 99 | TXT_NoINT13XSupport db 'This BIOS does not support Extended INT13h Functions', 0
|
|---|
| 100 | ;~ TXT_ERROR_TooManyPartitions db 'Too many partitions! -- Proper operation not guaranteed!', 0
|
|---|
| 101 |
|
|---|
| 102 | ; MBR protection; should also be translated and moved.
|
|---|
| 103 | NonMBRwrite db 'AiR-BOOT TRIED TO WRITE A non-MBR TO DISK !!',0
|
|---|
| 104 | NonMBRwrite_rep db 'Please report this at airboot@ecomstation.com',0
|
|---|
| 105 | SystemHalted db 'System Halted',0
|
|---|
| 106 |
|
|---|
| 107 | ; Build Information string.
|
|---|
| 108 | build_info db 'Build Date: ',0
|
|---|
| 109 | jwasm_txt db 'JWasm',0
|
|---|
| 110 | masm_txt db 'Masm',0
|
|---|
| 111 | wasm_txt db 'Wasm',0
|
|---|
| 112 | tasm_txt db 'Tasm',0
|
|---|
| 113 | unknown_txt db '????',0
|
|---|
| 114 |
|
|---|