Changeset 48 for trunk/TOOLS/OS2


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TOOLS/OS2/SETABOOT/SETABOOT.H

    r47 r48  
    1616#define     BLDLVL_YEAR             "2012"
    1717#define     BLDLVL_MONTH            "04"
    18 #define     BLDLVL_DAY              "21"
     18#define     BLDLVL_DAY              "23"
    1919// Build time
    20 #define     BLDLVL_HOURS            "08"
    21 #define     BLDLVL_MINUTES          "35"
     20#define     BLDLVL_HOURS            "19"
     21#define     BLDLVL_MINUTES          "41"
    2222#define     BLDLVL_SECONDS          "00"
    2323// Build machine
Note: See TracChangeset for help on using the changeset viewer.