Changeset 23 for trunk/AIR-BOOT/SOURCE/REGULAR/STD_TEXT.ASM
- Timestamp:
- Mar 3, 2003, 10:28:29 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AIR-BOOT/SOURCE/REGULAR/STD_TEXT.ASM
r12 r23 4 4 ; The sourcecode is released via www.netlabs.org CVS *ONLY*. 5 5 ; You MUST NOT upload it to other servers nor republish it in any way. 6 ; The sourcecode is still COPYRIGHTED and NOT YETRELEASED UNDER GPL.7 ; It's (c) Copyright 1998-200 2by Martin Kiewitz.6 ; The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL. 7 ; It's (c) Copyright 1998-2003 by Martin Kiewitz. 8 8 ; You may recompile the source and do *PRIVATE* modifications, but please keep 9 9 ; in mind that modifying this code needs at least *some* assembly skill. If … … 24 24 25 25 CopyrightVersionLen equ 5 26 Copyright db ' AiR-BOOT v1.00 - (c) ''98-2003 Martin Kiewitz, Dedicated to Gerd Kiewitz', 0 27 BootEndMsg db 'Distribute/copy freely. Only meant for private usage.', 0 26 Copyright db ' AiR-BOOT v1.01 - (c) 1998-2003 Martin Kiewitz, Dedicated to Gerd Kiewitz', 0 27 IFDEF ReleaseCommercial 28 RegisteredTo db 'Registered To: Myself', 0 29 ELSE 30 BootEndMsg db 'Distribute/copy freely. Only meant for private usage.', 0 31 ENDIF 28 32 29 33 CheckID_MBR db 'AiRBOOT'
Note:
See TracChangeset
for help on using the changeset viewer.