Hello,
I will use this thread to share with you developments around my AROS-related projects. This will give you some insight in what you may and may not expect in coming months. First however I will give you a description of projects I maintain: AROS ABIv11, AROS ABIv0, AxRuntime.
AROS ABIv11
===========
ABIv11 is a code name I have given to my stable branch of AROS for 64-bit Intel and AMD processors. The code name is given to distinguish this version from the in-progress ABIv1 effort in main AROS repository. Stable branch in this context means that if a third party developer builds an application following these rules (
https://github.com/deadw00d/AROS/blob/master/README.md#backwards-compatibility) today, I commit that the application will be working tomorrow, next month and in a year from now. This is the main place where changes from me and other developers happen.
ABIv11 is hosted in this branch:
https://github.com/deadw00d/AROSABIv11 forms a base for the other two projects.
AROS ABIv0
==========
The version of AROS currently in use for 32-bit Intel and AMD processors. If you are using Icaros, Aros One or another distribution, you are most likely running ABIv0 as base system. Most of 3rd party applications available on Aminet or AROS-Archives are compiled for ABIv0.
ABIv0 is hosted in this branch:
https://github.com/deadw00d/AROS/tree/alt-abiv0ABIv0 "sits" on top of ABIv11. Most of the changes that are introduced to ABIv11, will eventually be flow to ABIv0 as well without additional effort from initial developers.
AxRuntime
=========
This is a set of Linux libraries that allows re-compilation of Amiga/AROS application into a native Linux application. More information is available here:
https://axrt.org/index.php?tab=moreAxRuntime is hosted in this branch:
https://github.com/deadw00d/AROS/tree/alt-runtimeAxRuntime "sits" on top of ABIv11. Most of the changes that are introduced to ABIv11, will eventually be flow to AxRuntime as well without additional effort from initial developers.