fpc/rtl/palmos
2023-08-09 00:33:16 +02:00
..
api * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
arm
m68k
Makefile Regenerate Makefile's 2023-08-09 00:33:16 +02:00
Makefile.fpc * Fixes based on feedback of team, fixes issue #40368 2023-07-30 11:19:47 +02:00
palmos.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
pilot.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
readme palmos: updated the RTL readme 2018-01-04 09:02:19 +00:00
rtl.cfg palmos: make it easy to disable certain features, also disable some which are not needed now. hello, world! is about 6K with these settings, about 5K smaller than otherwise 2018-01-09 15:17:10 +00:00
rtldefs.inc
si_prc.pp palmos: bail out earlier when we're not in NormalLaunch mode, should fix Fatal Exception crash when installing the app on a real device using HotSync 2018-01-07 16:17:00 +00:00
sysdir.inc
sysfile.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysheap.inc
sysos.inc
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
syspara.inc * string -> shortstring 2023-07-14 17:26:11 +02:00
system.pp * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
systraps.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00

This unit contains the run time library for PalmOS.

The 68k version should be functional, was tested on
POSE emulator and real devices as well, running PalmOS 4.0.

The recommended and functional GNU binutils are available as
part of the prc-tools-remix project, which updated the old
prc-tools to be compilable with modern compilers.

The ARM version is entirely untested, and almost certainly
non functional.