Nikolay Nikolov 37b7835b12 + added unit unix98pty. Only enabled for linux, for now, but can be enabled in the future on other unix-likes. il y a 10 mois
..
Makefile 37b7835b12 + added unit unix98pty. Only enabled for linux, for now, but can be enabled in the future on other unix-likes. il y a 10 mois
Makefile.fpc 919b556049 m68k-human68k: fix installation of sysconts and heaptrc units il y a 1 an
README.md 442e9d2573 human68k: RTL works enough now to run a hello, world! il y a 1 an
buildrtl.pp c38280ef3e human68k: added a totally untested DOS unit to the RTL il y a 1 an
classes.pp c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet il y a 1 an
dos.pp c38280ef3e human68k: added a totally untested DOS unit to the RTL il y a 1 an
h68kdos.inc 3ee412a4a5 human68k: add interface function to h68kdos_super call il y a 1 an
rtl.cfg c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet il y a 1 an
rtldefs.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet il y a 1 an
si_prc.pp a4c94c8b44 human68k: more work on getting tinyheap right. still doesn't seem to work, sadly, so still disabled il y a 1 an
sysdir.inc 34519c67a1 human68k: implemented do_chdir il y a 1 an
sysfile.inc 005cb5914c human68k: implemented do_rename il y a 1 an
sysheap.inc d85d6b4bac human68k: handle the OS malloc returning errors properly il y a 1 an
sysos.inc fef24dabd6 human68k: minimal DOS calls error handling/inoutres mapping il y a 1 an
sysosh.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet il y a 1 an
system.pp eb6f29d084 m68k: disable verbose error reporting of the stub unicode and threadmanagers by default on Amiga, Atari, Human68k, and Sinclair QL il y a 1 an
sysutils.pp 2648f8151d human68k: implemented some trivial functions in sysutils il y a 1 an
tthread.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet il y a 1 an

README.md

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