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/SPECIAL/LVM.ASM

    r29 r30  
    1919;                                                            AiR-BOOT / LVM
    2020;---------------------------------------------------------------------------
     21
     22IFDEF ModuleNames
     23DB 'LVM',0
     24ENDIF
    2125
    2226LVM_InitCRCTable                Proc Near   Uses
     
    2529   mov    di, offset LVM_CRCTable
    2630  LVM_ICRCT_Loop:
    27       movzx  ax, cl
     31      ;movzx  ax, cl
     32      mov   al,cl
     33      mov   ah,0
     34
    2835      xor    dx, dx                      ; DX:AX - CRC-Value
    2936      mov    ch, 8
     
    8693   test    [CFG_IgnoreLVM], 1            ; We are supposed to ignore LVM, so
    8794   jnz     LVMCSS_InvalidSignature       ;  any sector is bad!
    88    cmp     wptr [si+LocLVM_SignatureStart], 5202h
     95   cmp     wptr [si+LocLVM_SignatureStart], 5202h                                ; Rousseau: identify LVM sector
    8996   jne     LVMCSS_InvalidSignature
    9097   cmp     wptr [si+LocLVM_SignatureStart+2], 'BM'
Note: See TracChangeset for help on using the changeset viewer.