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/BOOTCODE/AIR-BOOT.HIS

    r46 r47  
    2323; Rousseau: Fixes and Enhancements
    2424; ---------------------------------
    25 ; v1.0.8-rc2-bld201204??+
    26 ; ---------------------
    27 
    28 
     25;
     26; v1.0.8-rc2-bld2012042?
     27; ----------------------
     28; # 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
     32;
     33; # Implemented DOS code in C cross-platform installer
     34;   There is now one C source for 4 platforms:
     35;   DOS,WIN32,OS2 and LINUX (Linux portion not ready yet)
     36;   This obsoletes AIRBOOT.ASM/AIRBOOT.COM.
     37;   DOS Installer is now AIRBOOTD.EXE.
     38;
    2939; v1.0.8-pre-rc2-bld20120330
    3040; --------------------------
Note: See TracChangeset for help on using the changeset viewer.