source: trunk/README.md@ 210

Last change on this file since 210 was 210, checked in by Ben Rietbroek, 8 years ago

Revert "AiR-BOOT v1.1.2-RELEASE [2013-04-13]"

Wrong release date in commit message.
Is visible when browsing releases, so needs to be corrected.

This reverts commit 85b77b3a6b033969714c666a64cf3553afb3c78b.

File size: 2.4 KB
RevLine 
[62]1# [AirBoot](http://rousseaux.github.io/netlabs.air-boot)<br>
2## Martin Kiewitz Boot Manager with on-the-fly partition detection<br>
3
[210]4AirBoot is currently in the <b>v1.1.1-testing</b> traject.<br>
5During this traject the following things will get attention:<br>
[62]6
[210]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>
[62]9
[210]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
[62]32The main repository for AirBoot development is at GitHub:<br>
33
[210]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>
[62]37
[210]38Periodically, the above AirBoot GitHub repos will be synced to: [AirBoot at Netlabs](http://trac.netlabs.org/air-boot).<br>
[62]39
[210]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.