retroforth/vm/nga-c-no-libc
crc 6f8bd3047f nga-c: non-libc version updated. closes #59
FossilOrigin-Name: e52d8d1976ce3be3dbdc10e92667e629602ae91a8619213a8ff8cc642524ddb0
2021-06-17 13:58:50 +00:00
..
fbsd.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
fbsd64.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
image.c nga-c: non-libc version updated. closes #59 2021-06-17 13:58:50 +00:00
linux.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
macos.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
Makefile vm/nga-c-no-libc: drop WIP support for OpenBSD as future OpenBSD releases will require syscalls to be routed through libc. Ref thread: https://www.mail-archive.com/tech@openbsd.org/msg54429.html 2019-12-27 13:58:31 +00:00
README finish reorg of main sources 2019-11-22 18:30:02 +00:00
retro.c nga-c: non-libc version updated. closes #59 2021-06-17 13:58:50 +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)
---------------------------------------------------------------