source: trunk/1README.TXT@ 37

Last change on this file since 37 was 37, checked in by Ben Rietbroek, 12 years ago

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 size: 1.4 KB
RevLine 
[32]1 AiR-BOOT (c) Copyright 1998-2009 M. Kiewitz
2
3 This file is part of AiR-BOOT
4
5 AiR-BOOT is free software: you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free
7 Software Foundation, either version 3 of the License, or (at your option)
8 any later version.
9
10 AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
11 WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
12 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13 details.
14
15 You should have received a copy of the GNU General Public License along with
16 AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
17
18
19
20Note:
21-----
[37]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.
[32]25The latter can be found in README.MKW but note that the information
[37]26in there about building AiR-BOOT is completely outdated.
[32]27
[37]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 TracBrowser for help on using the repository browser.