Changeset 36 for trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
- Timestamp:
- Jan 13, 2013, 9:29:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
r35 r36 37 37 ;Copyright db ' AiR-BOOT v1.07 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz', 0 38 38 ;Copyright db ' AiR-BOOT v1.0.8 - (c) 1998-2011 M. Kiewitz, Dedicated to Gerd Kiewitz', 0 39 39 40 ;Copyright db ' AiR-BOOT v1.0.8-internal-beta - ** !! NOT FOR DISTRIBUTION !! **', 0 40 Copyright db ' AiR-BOOT v1.0.8 - (c) 1998-2012 M. Kiewitz, Dedicated to Gerd Kiewitz', 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) 1998-2012 M. Kiewitz, Dedicated to Gerd Kiewitz', 0 41 44 42 45 ; Rousseau: switch around 43 BootEndMsg db 'This is GPLv3+ software . Please visit: http://www.gnu.org/licenses/gpl.txt', 044 BootEndMsg2 db ' http://svn.netlabs.org/air-boot', 046 BootEndMsg db 'This is GPLv3+ software, please visit: http://www.gnu.org/licenses/gpl.txt', 0 47 BootEndMsg2 db 'To obtain the sources, please visit: http://svn.netlabs.org/air-boot', 0 45 48 46 49 AuxInitMsg db 'Initializing Serial Communications on COM',0 … … 50 53 51 54 ; Colors for special words hard-coded. Keep all 0s. 52 TXT_SETUP_LowerMessage db 'This software is released under ', 0, 'GPLv3+ .', 055 TXT_SETUP_LowerMessage db 'This software is released under ', 0, 'GPLv3+', 0 53 56 db 'http://www.gnu.org/licenses/gpl.txt', 0 54 db 'For more information and source, please visit ', 057 db 'For more information and source, please visit:', 0 55 58 db 'http://svn.netlabs.org/air-boot', 0 56 59 db 'Contact via e-mail: ', 0, 'airboot@ecomstation.com', 0
Note:
See TracChangeset
for help on using the changeset viewer.