Pierre Muller 57e74e0c8b Regenerated Makefile's after: Add linux dependency on syscall unit for libc on i386 and x86_64 hai 1 ano
..
Makefile 57e74e0c8b Regenerated Makefile's after: Add linux dependency on syscall unit for libc on i386 and x86_64 hai 1 ano
Makefile.fpc 919b556049 m68k-human68k: fix installation of sysconts and heaptrc units hai 1 ano
README.md 442e9d2573 human68k: RTL works enough now to run a hello, world! hai 1 ano
buildrtl.pp c38280ef3e human68k: added a totally untested DOS unit to the RTL hai 1 ano
classes.pp c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet hai 1 ano
dos.pp c38280ef3e human68k: added a totally untested DOS unit to the RTL hai 1 ano
h68kdos.inc c38280ef3e human68k: added a totally untested DOS unit to the RTL hai 1 ano
rtl.cfg c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet hai 1 ano
rtldefs.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet hai 1 ano
si_prc.pp a4c94c8b44 human68k: more work on getting tinyheap right. still doesn't seem to work, sadly, so still disabled hai 1 ano
sysdir.inc 34519c67a1 human68k: implemented do_chdir hai 1 ano
sysfile.inc 005cb5914c human68k: implemented do_rename hai 1 ano
sysheap.inc d85d6b4bac human68k: handle the OS malloc returning errors properly hai 1 ano
sysos.inc fef24dabd6 human68k: minimal DOS calls error handling/inoutres mapping hai 1 ano
sysosh.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet hai 1 ano
system.pp c38280ef3e human68k: added a totally untested DOS unit to the RTL hai 1 ano
sysutils.pp 2648f8151d human68k: implemented some trivial functions in sysutils hai 1 ano
tthread.inc c4c3c2a7aa human68k: add an RTL skeleton, almost nothing is implemented yet hai 1 ano

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