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/LINUX.ASM

    r29 r30  
    4040;  some nice menus, setup, text, cyrillic support, demo-coder effects, easy
    4141;  handling, help, auto-detection and plenty of other stuff INTO AROUND 25k.
    42 ; 
     42;
    4343; Oh, why is this code here? Because of 2 friends of mine. Otherwise I wouldnt
    4444;  have done it as well as fat16.asm.
     45
     46IFDEF ModuleNames
     47DB 'LINUX',0
     48ENDIF
    4549
    4650Linux_TranslateBase     db '/dev/hd'
     
    217221   mov     dx, ds:[si+LocIPT_LocationBegin]
    218222   ; from now on, we don't need si anymore
    219    
     223
    220224   ; Linux has 1 'BR' (which is crap) and some setup sectors
    221225   ; we load them at 9000:0, what a luck, we are at 8000:0 :-))
     
    342346   jz      LLL_LoadNormalKernel
    343347   jmp     LLL_LoadBigKernel
    344          
     348
    345349  LLL_LoadNormalKernel:
    346350   ; NORMAL KERNEL
     
    458462                        dw          0
    459463                        dw          0FFFFh
    460 MBR_Linux_GDT_Dst       db          0, 0, 10h    ; Dest is "10000:0" 
     464MBR_Linux_GDT_Dst       db          0, 0, 10h    ; Dest is "10000:0"
    461465                        db          093h
    462466                        dw          0
Note: See TracChangeset for help on using the changeset viewer.