Changeset 30 for trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
- Timestamp:
- May 6, 2011, 4:25:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
r29 r30 20 20 ;--------------------------------------------------------------------------- 21 21 22 IFDEF ModuleNames 23 DB 'STD_TEXT',0 24 ENDIF 25 22 26 ; If you modify this Copyright and release this under your own name, 23 27 ; I'm going to sue your cheap ass, rape your dog and blow up your house. =) 24 28 25 CopyrightVersionLen equ 5 26 Copyright db ' AiR-BOOT v1.06 - (c) 1998-2009 M. Kiewitz, Dedicated to Gerd Kiewitz', 0 27 BootEndMsg db 'Free usage allowed, as long as you dont or have not worked for US government', 0 28 BootEndMsg2 db 'This is GPLv3+ software. Please visit http://AiR-BOOT.sourceforge.net', 0 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) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz', 0 32 ;Copyright db ' AiR-BOOT v1.07 - (c) 2011 M. Kiewitz - Rousseau test-version >502G (build: #24)', 0 33 ;Copyright db ' AiR-BOOT v1.07 - (c) 2011 M. Kiewitz - Release Candidate 1 - (build: #25)', 0 34 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc2-b27)', 0 35 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc3-b31)', 0 36 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc4-b33)', 0 37 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz (rc5-b35)', 0 38 39 ;BootEndMsg db 'Free usage allowed, as long as you dont or have not worked for US government', 0 40 41 ; Rousseau: switch around 42 BootEndMsg db 'This is GPLv3+ software. Please visit http://AiR-BOOT.sourceforge.net', 0 43 BootEndMsg2 db 'http://www.gnu.org/licenses/gpl.txt', 0 44 45 AuxInitMsg db 'Initializing Serial Communications on COM',0 29 46 30 47 CheckID_MBR db 'AiRBOOT' … … 33 50 ; Colors for special words hard-coded. Keep all 0s. 34 51 TXT_SETUP_LowerMessage db 'This software is released under ', 0, 'GPLv3+.', 0 35 db 'It may not be used by US government', 0 52 ; db 'It may not be used by US government', 0 53 db 'http://www.gnu.org/licenses/gpl.txt', 0 36 54 db 'For more information and source, please visit', 0 37 55 db 'http://AiR-BOOT.sourceforge.net', 0 38 db 'Contact via e-mail: ', 0, 'm_kiewitz [AT] users.sourceforge.net', 0 56 ; db 'Contact via e-mail: ', 0, 'm_kiewitz [AT] users.sourceforge.net', 0 57 db 'Contact via e-mail: ', 0, 'airboot@ecomstation.com', 0 39 58 40 59 ContinueBIOSbootTable dw offset TXT_SETUP_MAGIC_CDROM
Note:
See TracChangeset
for help on using the changeset viewer.