Pierre Muller 603dd63b39 Fix make variable name error: OBJPAS_DEPS_SPU => OBJPAS_DEPS_CPU 1 ano atrás
..
Makefile 603dd63b39 Fix make variable name error: OBJPAS_DEPS_SPU => OBJPAS_DEPS_CPU 1 ano atrás
Makefile.fpc 919b556049 m68k-human68k: fix installation of sysconts and heaptrc units 1 ano atrás
README.md 442e9d2573 human68k: RTL works enough now to run a hello, world! 1 ano atrás
buildrtl.pp c38280ef3e human68k: added a totally untested DOS unit to the RTL 1 ano atrás
classes.pp c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 1 ano atrás
dos.pp c38280ef3e human68k: added a totally untested DOS unit to the RTL 1 ano atrás
h68kdos.inc c38280ef3e human68k: added a totally untested DOS unit to the RTL 1 ano atrás
rtl.cfg c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 1 ano atrás
rtldefs.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 1 ano atrás
si_prc.pp a4c94c8b44 human68k: more work on getting tinyheap right. still doesn't seem to work, sadly, so still disabled 1 ano atrás
sysdir.inc 34519c67a1 human68k: implemented do_chdir 1 ano atrás
sysfile.inc 005cb5914c human68k: implemented do_rename 1 ano atrás
sysheap.inc d85d6b4bac human68k: handle the OS malloc returning errors properly 1 ano atrás
sysos.inc fef24dabd6 human68k: minimal DOS calls error handling/inoutres mapping 1 ano atrás
sysosh.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 1 ano atrás
system.pp eb6f29d084 m68k: disable verbose error reporting of the stub unicode and threadmanagers by default on Amiga, Atari, Human68k, and Sinclair QL 1 ano atrás
sysutils.pp 2648f8151d human68k: implemented some trivial functions in sysutils 1 ano atrás
tthread.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 1 ano atrás

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