Changeset 210
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Makefile ¶
r209 r210 33 33 # in the environment, so it also influences recursive make invocations. 34 34 # 35 %RELEASE=y35 #~ %RELEASE=y 36 36 37 37 # DEFINITIONS AND STUFF -
TabularUnified trunk/README.md ¶
r209 r210 2 2 ## Martin Kiewitz Boot Manager with on-the-fly partition detection<br> 3 3 4 AirBoot is a TRACK0 boot-manager optimized for use with OS/2.<br> 5 It can be used as a replacement for the legacy OS/2 Boot Manager, which has several<br> 6 issues when used on more modern hardware.<br> 4 AirBoot is currently in the <b>v1.1.1-testing</b> traject.<br> 5 During this traject the following things will get attention:<br> 7 6 8 More information about AirBoot can be found [here](http://rousseaux.github.io/netlabs.air-boot).<br> 7 o Fixing issues reported at [Netlabs Trac](http://trac.netlabs.org/air-boot/report/1)<br> 8 Especially issues involving removable media.<br> 9 10 o Replacing Open Watcom WMake with GNU Make<br> 11 Future AirBoot development will make use of [software-modeling](http://rdpe.github.io/ohm).<br> 12 Besides [Apache Ant](http://ant.apache.org), this software-modeling makes use of [GNU Make](http://www.gnu.org/software/make).<br> 13 Switching to GNU Make allows to adjust the build-system to prepare for the above.<br> 14 15 o Cleaning up documentation files<br> 16 Many text documents contain duplicate, incorrect or obsolete information.<br> 17 A cleanup will ensure a more up-to-date understanding of the current AirBoot<br> 18 and its development direction.<br> 19 20 o Removing obsolete source files<br> 21 There are sill some source files present which are not in use anymore.<br> 22 This can be confusing to developers browsing them without finding any usage<br> 23 or references to these source files.<br> 24 25 o Removing the FX bling-bling from the build<br> 26 The FX bling-bling refers to the sliding window animations that can be enabled<br> 27 in the AirBoot Setup. While these animations are very cool to see, they eat up<br> 28 precious code space that is needed to enhance the handling of removable media.<br> 29 Note that the animations will only be removed from the builds; their sources<br> 30 will remain available.<br> 9 31 10 32 The main repository for AirBoot development is at GitHub:<br> 11 33 12 <table> 13 <tr> 14 <td>project portal</td> 15 <td>: <a href="http://rousseaux.github.io/netlabs.air-boot">http://rousseaux.github.io/netlabs.air-boot</a></td> 16 </tr> 17 <tr> 18 <td>repository</td> 19 <td>: <a href="http://github.com/rousseaux/netlabs.air-boot">http://github.com/rousseaux/netlabs.air-boot</a></td> 20 </tr> 21 <tr> 22 <td>releases</td> 23 <td>: <a href="http://github.com/rousseaux/netlabs.air-boot/releases">http://github.com/rousseaux/netlabs.air-boot/releases</a></td> 24 </tr> 25 </table> 34 project portal : [http://rousseaux.github.io/netlabs.air-boot](http://rousseaux.github.io/netlabs.air-boot)<br> 35 repository : [http://github.com/rousseaux/netlabs.air-boot](http://github.com/rousseaux/netlabs.air-boot)<br> 36 releases : [http://github.com/rousseaux/netlabs.air-boot/releases](http://github.com/rousseaux/netlabs.air-boot/releases)<br> 26 37 27 Periodically, the above AirBoot GitHub repos will be synced to Netlabs:<br>38 Periodically, the above AirBoot GitHub repos will be synced to: [AirBoot at Netlabs](http://trac.netlabs.org/air-boot).<br> 28 39 29 <table> 30 <tr> 31 <td>project portal</td> 32 <td>: <a href="http://trac.netlabs.org/air-boot">http://trac.netlabs.org/air-boot</a></td> 33 </tr> 34 <tr> 35 <td>repository</td> 36 <td>: <a href="http://trac.netlabs.org/air-boot/browser/trunk">http://trac.netlabs.org/air-boot/browser/trunk</a></td> 37 </tr> 38 </table> 40 After the v1.1.1-testing traject, <b>AirBoot v1.1.2</b> will be released.<br>
Note:
See TracChangeset
for help on using the changeset viewer.