Ignore:
Timestamp:
May 6, 2011, 4:25:19 AM (14 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.07 -- As released with eCS v2.1. [2011-05-06]
Signature-date: 2006-03-13. (incorrect)
Trunk contains buildable v1.07 version as distributed with eCS v2.1.
Directory 'tags' contains v1.06 & v1.07 reference versions
built for all languages. Note that language ID for 'Dutch' changed
from 'DT' to 'NL' in v1.07 and that the v1.06 reference version also
uses 'NL' for 'Dutch'.
Also note that helper programs like the installer and setaboot are
are only modified for the OS/2 versions in v1.07.
The signature-date for v1.07 incorrectly states the same
date as for v1.06. The signature-version is correct.
Removed other binaries. (cd-rom images, old releases, etc.)
The tags serve as reference versions:

  • v1.06: rebuilt from source. (tags/v1.06r)
  • v1.07: built as released with eCS v2.1. (tags/v1.07r)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/REGULAR/STD_TEXT.ASM

    r29 r30  
    2020;---------------------------------------------------------------------------
    2121
     22IFDEF ModuleNames
     23DB 'STD_TEXT',0
     24ENDIF
     25
    2226; If you modify this Copyright and release this under your own name,
    2327;  I'm going to sue your cheap ass, rape your dog and blow up your house. =)
    2428
    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
     29CopyrightVersionLen   equ   6
     30;Copyright             db ' AiR-BOOT v1.06 - (c) 1998-2009 M. Kiewitz, Dedicated to Gerd Kiewitz', 0
     31Copyright             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
     42BootEndMsg           db 'This is GPLv3+ software. Please visit http://AiR-BOOT.sourceforge.net', 0
     43BootEndMsg2            db 'http://www.gnu.org/licenses/gpl.txt', 0
     44
     45AuxInitMsg           db 'Initializing Serial Communications on COM',0
    2946
    3047CheckID_MBR           db 'AiRBOOT'
     
    3350; Colors for special words hard-coded. Keep all 0s.
    3451TXT_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
    3654                            db 'For more information and source, please visit', 0
    3755                            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
    3958
    4059ContinueBIOSbootTable dw offset TXT_SETUP_MAGIC_CDROM
Note: See TracChangeset for help on using the changeset viewer.