Changeset 48 for trunk/BOOTCODE


Ignore:
Timestamp:
Apr 12, 2014, 11:49:26 AM (11 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.0.8-rc2 build-20120423 [2012-04-29]

WARNING!!

All commits upto and including the commit of [2012-05-13] contain
a severe bug!! Building from these sources and then disabling
the 'force LBA' feature while also using the drive-letter feature or
editing the label can DESTROY THE MBR on ALL ATTACHED DISKS!!
DO NOT DISABLE 'FORCE LBA USAGE' WHEN BUILT FROM THE THESE COMMITS!!

Fixes

o Fixed some minor bugs with SPT < 63

Some extra var StatusCode was used instead of Status_Code.
This caused too few tracks not to be reported.
No installation was done however.
This bug is also present in the v1.06 code.

o There is still a very strange bug in the DOS version

When /cid is given, Track0write has a different and incorrect
address to the Track0 buffer.
This causes garbage to be written to track0 !!
Without /cid it works fine.
For now, /cid will be disabled except for OS/2, where it works
correctly.

Location:
trunk/BOOTCODE
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/AIR-BOOT.HIS

    r47 r48  
    2020
    2121
     22
    2223; ---------------------------------
    2324; Rousseau: Fixes and Enhancements
    2425; ---------------------------------
    2526;
    26 ; v1.0.8-rc2-bld2012042?
     27; v1.0.8-rc2-bld20120423
    2728; ----------------------
     29; # Fixed some minor Installer bugs with SPT < 63 #
     30;   Some extra var StatusCode was used instead of Status_Code.
     31;   This caused too few tracks not to be reported.
     32;   No installation was done however.
     33;   This bug is also present in the v1.06 code.
     34;
    2835; # Fixed Installer to handle packed hideparttable #
    29 ;   Hide partition configuration is now preserved when upgrading
    30 ;   Implemented upgrading from v1.06 to v1.0.8
    31 ;   Implemented upgrading from v1.07 to v1.0.8
     36;   Implemented upgrading from v1.06 directly to v1.0.8.
     37;   Fixed minor stuff when upgrading from v1.06 to v1.07.
     38;   Hide partition configuration is now preserved when upgrading.
     39;   Fixed minor display bug when SPT < 63.
    3240;
    3341; # Implemented DOS code in C cross-platform installer
     
    3745;   DOS Installer is now AIRBOOTD.EXE.
    3846;
    39 ; v1.0.8-pre-rc2-bld20120330
    40 ; --------------------------
    4147; # Merged 16-bit Assembler bitfield code to the Installer #
    4248;   The installer needs to handle the v1.0.8 configuration.
  • trunk/BOOTCODE/REGULAR/STD_TEXT.ASM

    r47 r48  
    5555             db BLDLVL_MINOR_VERSION,' - (c) '
    5656             db BLDLVL_YEAR
    57              db ' M. Kiewitz  <<Internal Release 2q>> (bld: '
     57             ;~ db ' M. Kiewitz  <<Internal Release 2q>> (bld: '
     58             db ' M. Kiewitz  <<Release Candidate 2>> (bld: '
    5859             db BLDLVL_YEAR
    5960             db BLDLVL_MONTH
  • trunk/BOOTCODE/VERSION.INC

    r47 r48  
    1717AB_YEAR             EQU     2012h
    1818AB_MONTH            EQU     04h
    19 AB_DAY              EQU     21h
     19AB_DAY              EQU     23h
    2020
    2121; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
    22 AB_HOURS            EQU     08h
    23 AB_MINUTES          EQU     35h
     22AB_HOURS            EQU     19h
     23AB_MINUTES          EQU     41h
    2424AB_SECONDS          EQU     00h
    2525
  • trunk/BOOTCODE/_build.cmd

    r47 r48  
    1 @SET ASM=tasm
     1@SET ASM=jwasm
    22@wmake dev
    33@wmake dist
Note: See TracChangeset for help on using the changeset viewer.