fpc/rtl/amicommon
2019-11-05 15:31:21 +00:00
..
athreads.pp --- Merging r41584 into '.': 2019-04-27 16:14:58 +00:00
classes.pp
dos.pp
osdebug.inc
osdebugh.inc
paramhandling.inc
README.TXT
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc amicommon: implement StackTop for other Amiga-like systems 2017-07-08 23:48:29 +00:00
sysosh.inc
sysutils.pp # revisions: 39668,39669,39671,39672,40652,41280,41281,42240,42244,42245,42286,42326,42456,42461,43048,43107,43108,43109,43110,43111,43112,43113 2019-11-05 15:31:21 +00:00
tthread.inc --- Merging r41584 into '.': 2019-04-27 16:14:58 +00:00

This is the common directory for RTL code which is shared among Amiga-like
platforms. That means AmigaOS on 68k, MorphOS and AROS on i386 currently.

All code which is committed to this directory must be compilable and working
on these systems. System specific implementations are possible to add via
include files, which are then included into these files at the right place.

  Karoly Balogh (2014.08.22)