Karoly Balogh 2648f8151d human68k: implemented some trivial functions in sysutils 2 years ago
..
Makefile 679f2f75b3 human68k: regenerated Makefiles 2 years ago
Makefile.fpc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 2 years ago
README.md 442e9d2573 human68k: RTL works enough now to run a hello, world! 2 years ago
buildrtl.pp c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 2 years ago
classes.pp c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 2 years ago
h68kdos.inc 2648f8151d human68k: implemented some trivial functions in sysutils 2 years ago
rtl.cfg c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 2 years ago
rtldefs.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 2 years ago
si_prc.pp a4c94c8b44 human68k: more work on getting tinyheap right. still doesn't seem to work, sadly, so still disabled 2 years ago
sysdir.inc 34519c67a1 human68k: implemented do_chdir 2 years ago
sysfile.inc 005cb5914c human68k: implemented do_rename 2 years ago
sysheap.inc d85d6b4bac human68k: handle the OS malloc returning errors properly 2 years ago
sysos.inc fef24dabd6 human68k: minimal DOS calls error handling/inoutres mapping 2 years ago
sysosh.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 2 years ago
system.pp 8ceeb8d165 human68k: pre-fetch the version number of the OS during startup. and store it for easy access 2 years ago
sysutils.pp 2648f8151d human68k: implemented some trivial functions in sysutils 2 years ago
tthread.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet 2 years ago

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