fpc/rtl/human68k
2024-01-29 11:20:47 +00:00
..
buildrtl.pp human68k: added a totally untested DOS unit to the RTL 2023-12-23 15:36:51 +01:00
classes.pp
dos.pp human68k: added a totally untested DOS unit to the RTL 2023-12-23 15:36:51 +01:00
h68kdos.inc human68k: added a totally untested DOS unit to the RTL 2023-12-23 15:36:51 +01:00
Makefile Regenerated Makefile's after: Add linux dependency on syscall unit for libc on i386 and x86_64 2024-01-29 11:20:47 +00:00
Makefile.fpc m68k-human68k: fix installation of sysconts and heaptrc units 2024-01-08 02:22:15 +01:00
README.md
rtl.cfg
rtldefs.inc
si_prc.pp
sysdir.inc human68k: implemented do_chdir 2023-12-06 04:41:28 +01:00
sysfile.inc human68k: implemented do_rename 2023-12-06 04:41:28 +01:00
sysheap.inc
sysos.inc
sysosh.inc
system.pp human68k: added a totally untested DOS unit to the RTL 2023-12-23 15:36:51 +01:00
sysutils.pp human68k: implemented some trivial functions in sysutils 2023-12-08 06:52:01 +01:00
tthread.inc

Human68k RTL

This directory contains support for Human68k, which is an MSDOS-like OS developed by Hudson Soft, running on the Sharp X68000 series of computers sometimes called the "Japanese Amiga".

RTL code is based on the code and information found in the GCC and newlib ports for Human68k by Lyderic "Lydux" Maillet, and is available at:

https://github.com/Lydux