retroforth/interface/minimal-no-libc
crc 00586f3354 move interfaces to interface/
FossilOrigin-Name: 95a4793e965f0787a8664e4dc3a4f49f66098c30c2a209b6a6d7c2c5fb79193a
2019-11-21 19:48:05 +00:00
..
fbsd.s move interfaces to interface/ 2019-11-21 19:48:05 +00:00
fbsd64.s move interfaces to interface/ 2019-11-21 19:48:05 +00:00
image.c move interfaces to interface/ 2019-11-21 19:48:05 +00:00
linux.s move interfaces to interface/ 2019-11-21 19:48:05 +00:00
macos.s move interfaces to interface/ 2019-11-21 19:48:05 +00:00
Makefile move interfaces to interface/ 2019-11-21 19:48:05 +00:00
obsd64.s move interfaces to interface/ 2019-11-21 19:48:05 +00:00
README move interfaces to interface/ 2019-11-21 19:48:05 +00:00
retro.c move interfaces to interface/ 2019-11-21 19:48:05 +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)
---------------------------------------------------------------