Difference between revisions of "AROS"

From Lazarus wiki
Jump to navigationJump to search
(→‎AROS Port: consistency regarding landing page)
m (Fix platform template)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
{{Platform only|AROS|AROS|AROS}}
+
{{Platform only|AROS|AmigaOS|AROS}}
  
 
Please note that all information detailed here is specific to Free Pascal 3.x and above. It does not apply to the older AROS Free Pascal 1.x port, nor does it apply to the even older 0.99.x and 1.0.x versions of Free Pascal for classic Amiga/m68k.
 
Please note that all information detailed here is specific to Free Pascal 3.x and above. It does not apply to the older AROS Free Pascal 1.x port, nor does it apply to the even older 0.99.x and 1.0.x versions of Free Pascal for classic Amiga/m68k.
  
However, this port is very closely related to the recent supported classic [http://wiki.freepascal.org/Amiga Amiga/m68k] and [http://wiki.freepascal.org/MorphOS MorphOS] platforms as they share some of the same code with AROS in an attempt to unify the support in Free Pascal for these platforms.
+
However, this port is very closely related to the recent supported classic [http://wiki.freepascal.org/Amiga Amiga/m68k] and [[MorphOS]] platforms as they share some of the same code with AROS in an attempt to unify the support in Free Pascal for these platforms.
  
 
+
== AROS Port ==
= AROS Port =
 
  
 
This port is aimed at [http://www.aros.org AROS (AROS Research Operating System)], the open source implementation of the "classic Amiga" operating system, which runs on modern processors like x86-32/x86-64/arm and PPC. Currently x86-32 ABIv0 is the only supported target for Free Pascal.
 
This port is aimed at [http://www.aros.org AROS (AROS Research Operating System)], the open source implementation of the "classic Amiga" operating system, which runs on modern processors like x86-32/x86-64/arm and PPC. Currently x86-32 ABIv0 is the only supported target for Free Pascal.
  
Because AROS is API compatible with Amiga (and binary compatible with Amiga/m68k), there is much similarity when addressing classic Amiga, MorphOS and AROS (all of which are now supported by Free Pascal).
+
Because AROS is API compatible with Amiga (and binary compatible with Amiga/m68k), there is much similarity when addressing classic Amiga, [[MorphOS]] and AROS (all of which are now supported by Free Pascal).
 
 
  
More information regarding Free Pascal for AROS can be found on the [http://fpcamigawiki.alb42.de Free Pascal 4 Amiga wiki] (under slow and continues development).
+
More information regarding Free Pascal for AROS can be found on the [http://fpcamigawiki.alb42.de Free Pascal 4 Amiga Wiki] (under slow and continues development).
  
 
[[Category: Operating Systems and Platforms]]
 
[[Category: Operating Systems and Platforms]]
 
[[Category:AmigaOS]]
 
[[Category:AmigaOS]]

Latest revision as of 08:47, 9 August 2020

AROS-mascotte.png

This article applies to AROS only.

See also: Multiplatform Programming Guide

Please note that all information detailed here is specific to Free Pascal 3.x and above. It does not apply to the older AROS Free Pascal 1.x port, nor does it apply to the even older 0.99.x and 1.0.x versions of Free Pascal for classic Amiga/m68k.

However, this port is very closely related to the recent supported classic Amiga/m68k and MorphOS platforms as they share some of the same code with AROS in an attempt to unify the support in Free Pascal for these platforms.

AROS Port

This port is aimed at AROS (AROS Research Operating System), the open source implementation of the "classic Amiga" operating system, which runs on modern processors like x86-32/x86-64/arm and PPC. Currently x86-32 ABIv0 is the only supported target for Free Pascal.

Because AROS is API compatible with Amiga (and binary compatible with Amiga/m68k), there is much similarity when addressing classic Amiga, MorphOS and AROS (all of which are now supported by Free Pascal).

More information regarding Free Pascal for AROS can be found on the Free Pascal 4 Amiga Wiki (under slow and continues development).