Changeset 37 for trunk/1README.TXT


Ignore:
Timestamp:
Apr 11, 2014, 8:39:07 PM (11 years ago)
Author:
Ben Rietbroek
Message:

Reworked Build Environment [2012-02-15]

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 Reworked build environment
o Start made with coding FIXCODE in C
o Moved MBR protection image
o New overlap macro
o Protect type 0x35 from edit (user popup)
o Protect type 0x35 from adding to menu (user popup)
o More...
! No LVM Label change yet

Note

o Changed license to GPL v3

See file COPYING in trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/1README.TXT

    r32 r37  
    2020Note:
    2121-----
    22 This is the "eComStation fork" of AiR-BOOT and it is maintained by a 
    23 different developer. The file you are currently reading, 1README.TXT, 
    24 replaces the original README.TXT as created by Martin Kiewitz. 
     22This is the "eComStation fork" of AiR-BOOT and it is maintained by a
     23different developer. The file you are currently reading, 1README.TXT,
     24replaces the original README.TXT as created by Martin Kiewitz.
    2525The latter can be found in README.MKW but note that the information
    26 there about building AiR-BOOT is possibly outdated.
     26in there about building AiR-BOOT is completely outdated.
    2727
     28Building AiR-BOOT
     29-----------------
     30- Checkout the sources from http://svn.netlabs.org/air-boot.
     31- Setup your Open Watcom build-environment for your OS.
     32- Download JWasm for your OS.
     33- Run wmake help to see a list of build options -or-
     34- Run wmake without paramaters to build AiR-BOOT for all languages.
     35
     36See BUILD.NFO for more information.
     37
     38Rousseau.
Note: See TracChangeset for help on using the changeset viewer.