source: trunk/README.md@ 209

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

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

This is the version as included on the ArcaOS v5.0 release media.

At that time however, the non-US builds were not ready yet and the
manual still had to be updated. It was also the plan to add building
of the manual to the build-environment which involved a major revamp of
the XSLT transformation-sheet and additional build optimizations.

The following additions have been made since the US-only release:

o updated the manual
o enhanced the transformation from odt to inf
o added building the manual to the build-system
o enhanced the overall build-system
o other minor changes

All the above was done without changes to the code.

Changes with regard to v1.1.0-RELEASE:

o all sources lowercased
o fixed building on linux
o introduction of file-commander user-menus for building
o updated contact information
o replaced references to ecs with more generic os/2
o enable soft reset when airboot halts due to an error
o removed many hard-coded 80h bios-disk numbers, enabling >80h boot-disk
o improved int13x functionality
o completely revamped the lvm code
o improved the handling of removable media
o initial awareness of large-floppy formatted removable media
o new pre-boot summary screen
o more...

File size: 1.3 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 a TRACK0 boot-manager optimized for use with OS/2.<br>
5It can be used as a replacement for the legacy OS/2 Boot Manager, which has several<br>
6issues when used on more modern hardware.<br>
7
8More information about AirBoot can be found [here](http://rousseaux.github.io/netlabs.air-boot).<br>
9
10The main repository for AirBoot development is at GitHub:<br>
11
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>
26
27Periodically, the above AirBoot GitHub repos will be synced to Netlabs:<br>
28
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>
Note: See TracBrowser for help on using the repository browser.