fpc/rtl/amicommon
Károly Balogh 3031a4da31 amiga-m68k: minimal tweaks and formatting to the dos unit
git-svn-id: trunk@44416 -
2020-03-30 00:40:20 +00:00
..
athreads.pp
classes.pp
dos.pp amiga-m68k: minimal tweaks and formatting to the dos unit 2020-03-30 00:40:20 +00:00
lineinfo.pp
osdebug.inc
osdebugh.inc
paramhandling.inc
README.TXT
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc amicommon: make sure to reset packrecords to default after OS structure inclusion 2020-03-23 01:13:13 +00:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
sysutils.pp * fix compilation on several OSes after r44010 2020-01-21 21:50:37 +00:00
tthread.inc

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)