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/INSTALL/DOS/AIRBOOT.ASM

    r29 r30  
    2929COM_StartUp:    jmp     COM_Init
    3030
    31 COM_Copyright   db 'AiR-BOOT Installer for DOS v1.00', 13, 10
     31COM_Copyright   db 'AiR-BOOT Installer for DOS v1.07', 13, 10
    3232                db ' - (c) Copyright 2008-2009 by M. Kiewitz.', 13, 10
    3333                db 13, 10
     
    134134
    135135                mov     ah, 3Fh
    136                 mov     cx, 30720        ; Image size
     136                mov     cx, image_size        ; Image size
    137137                mov     dx, offset BootImage
    138138                int     21h              ; DOS: READ FILE
     
    141141                call    APIShowError
    142142
    143 COM_DoneRead:   cmp     ax, 30720
     143COM_DoneRead:   cmp     ax, image_size
    144144                je      COM_DoneRead2
    145145COM_InvalidFile:mov     si, offset COM_FailedRead2
Note: See TracChangeset for help on using the changeset viewer.