retroforth/source/interfaces/minimal-no-libc
crc fefbebc7fb move the minimal/no-libc versions out of native/
FossilOrigin-Name: 13da54fec0e451cbd57bbe6a45db421c5aadfd44e1fed5cf41be802285472679
2019-06-28 17:05:56 +00:00
..
fbsd.s move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
fbsd64.s move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
image.c move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
linux.s move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
macos.s move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
Makefile move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
obsd64.s move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
README move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00
retro.c move the minimal/no-libc versions out of native/ 2019-06-28 17:05:56 +00:00

RETRO/Minimal (No LIBC)
---------------------------------------------------------------
This is a collection of minimal RETRO interfaces for various
systems. Though using a VM written in C, they do not require
linking against LIBC, instead using system calls to interact
with the host.

Current Implementations:

- FreeBSD (32-bit, x86)
- FreeBSD (64-bit, x86)
- Linux (32-bit, x86)
- macOS (64-bit, x86)
---------------------------------------------------------------