Changeset 47 for trunk/TOOLS/OS2


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

Fixed Installer to handle packed hideparttable [2012-04-23]

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!!

Changes

o Installer can now handle packed hideparttable
o Implemented upgrading from v1.06 directly to v1.0.8
o Fixed minor stuff when upgrading from v1.06 to v1.07
o Implemented DOS code in C cross-platform installer

There is now one C source for 4 platforms:
DOS,WIN32,OS2 and LINUX (Linux portion not ready yet)
This obsoletes AIRBOOT.ASM/AIRBOOT.COM.
DOS Installer is now AIRBOOTD.EXE.

o This commit is prepairing for v1.0.8-rc2

File:
1 edited

Legend:

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

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