source: trunk/README.md@ 201

Last change on this file since 201 was 64, checked in by Ben Rietbroek, 9 years ago

Updated Contact Information [v1.1.1-testing]

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File size: 2.4 KB
Line 
1# [AirBoot](http://rousseaux.github.io/netlabs.air-boot)<br>
2## Martin Kiewitz Boot Manager with on-the-fly partition detection<br>
3
4AirBoot is currently in the <b>v1.1.1-testing</b> traject.<br>
5During this traject the following things will get attention:<br>
6
7o Fixing issues reported at [Netlabs Trac](http://trac.netlabs.org/air-boot/report/1)<br>
8&nbsp;&nbsp;Especially issues involving removable media.<br>
9
10o Replacing Open Watcom WMake with GNU Make<br>
11&nbsp;&nbsp;Future AirBoot development will make use of [software-modeling](http://rdpe.github.io/ohm).<br>
12&nbsp;&nbsp;Besides [Apache Ant](http://ant.apache.org), this software-modeling makes use of [GNU Make](http://www.gnu.org/software/make).<br>
13&nbsp;&nbsp;Switching to GNU Make allows to adjust the build-system to prepare for the above.<br>
14
15o Cleaning up documentation files<br>
16&nbsp;&nbsp;Many text documents contain duplicate, incorrect or obsolete information.<br>
17&nbsp;&nbsp;A cleanup will ensure a more up-to-date understanding of the current AirBoot<br>
18&nbsp;&nbsp;and its development direction.<br>
19
20o Removing obsolete source files<br>
21&nbsp;&nbsp;There are sill some source files present which are not in use anymore.<br>
22&nbsp;&nbsp;This can be confusing to developers browsing them without finding any usage<br>
23&nbsp;&nbsp;or references to these source files.<br>
24
25o Removing the FX bling-bling from the build<br>
26&nbsp;&nbsp;The FX bling-bling refers to the sliding window animations that can be enabled<br>
27&nbsp;&nbsp;in the AirBoot Setup. While these animations are very cool to see, they eat up<br>
28&nbsp;&nbsp;precious code space that is needed to enhance the handling of removable media.<br>
29&nbsp;&nbsp;Note that the animations will only be removed from the builds; their sources<br>
30&nbsp;&nbsp;will remain available.<br>
31
32The main repository for AirBoot development is at GitHub:<br>
33
34project portal&nbsp;: [http://rousseaux.github.io/netlabs.air-boot](http://rousseaux.github.io/netlabs.air-boot)<br>
35repository&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: [http://github.com/rousseaux/netlabs.air-boot](http://github.com/rousseaux/netlabs.air-boot)<br>
36releases&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: [http://github.com/rousseaux/netlabs.air-boot/releases](http://github.com/rousseaux/netlabs.air-boot/releases)<br>
37
38Periodically, the above AirBoot GitHub repos will be synced to: [AirBoot at Netlabs](http://trac.netlabs.org/air-boot).<br>
39
40After the v1.1.1-testing traject, <b>AirBoot v1.1.2</b> will be released.<br>
Note: See TracBrowser for help on using the repository browser.