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/MBR-PROT/MBR_PROT.ASM

    r29 r30  
    2727                org 0000h
    2828
    29 OldInterrupt10  dd      'kcuf'              ; we are nice aren't we ;-)
    30 OldInterrupt13  dd      'kcuf'
     29; Yes you are :-)
     30;OldInterrupt10  dd      'kcuf'              ; we are nice aren't we ;-)
     31;OldInterrupt13  dd      'kcuf'
     32
     33OldInterrupt10  dd      0
     34OldInterrupt13  dd      0
     35
    3136MBR_IgnoreWrite db      0
    3237
     
    143148MBRProt_WriteBorderLine        EndP
    144149
    145 MBRP_Line1:     db      'ÕÍÍŽ!ATTENTION! -> A VIRUS WAS FOUND <- !ATTENTION!ÃÍÍž'
     150MBRP_Line1:     db      'ÕÍÍŽ!ATTENTION! -> A V1RU5 WAS FOUND <- !ATTENTION!ÃÍÍž'
    146151MBRP_EmptyLine: db      '³                                                     ³'
    147152                db      '³ A program tried to write to your Master Boot Record ³'
     
    151156                db      '³  you have to deactivate MBR PROTECTION in AiR-BOOT  ³'
    152157                db      '³             or contact your supervisor.             ³'
    153 MBRP_Line3:     db      'ÔÍÍÍŽAiR-BOOT (c) Copyright by M. Kiewitz 1999-2009ÃÍÍŸ'
     158;MBRP_Line3:     db      'ÔÍÍÍŽAiR-BOOT (c) Copyright by M. Kiewitz 1999-2009ÃÍÍŸ'
     159MBRP_Line3:     db      'ÔÍÍÍŽAiR-BOOT (c) Copyright by M. Kiewitz 1999-2011ÃÍÍŸ'
    154160
    155161org             1023
Note: See TracChangeset for help on using the changeset viewer.