retroforth/experimental/README.md
crc 13291550ff experimental: native/386: fix stack init, putc of -1 clears display; clear display on startup
FossilOrigin-Name: 8d665c814570586161ace316134e9d37097f3ea8f5e53232537b38dc835d01f8
2018-01-31 17:50:19 +00:00

1 KiB


| _ \ | | _ / _ \ / / | | | /_ | \ \ / / __| | / | | | | / () | / / | .` |/ _ | | | | \ V /| | ||_| || ||\/ // ||_// __| || _/ ||

This directory contains some experiments in building a RETRO system to run directly on hardware. As a stepping stone, it also includes some builds which require a host kernel, but no standard C library.

Initial Objectives:

  • Reuse as much of the existing VM implementation (in C) as possible.
  • Don't require a full blown kernel & userland to run
  • Work with a completely standard RETRO image
  • Minimally viable system: the basic listener (REPL)
  • Work on 32-bit x86 systems

Future Goals:

  • Support for more processors

    • x86-64
    • ARM (32-bit)
    • ARM (64-bit)
    • RISC-V
    • MIPS M4K (PIC32)

Current Status:

  • Working builds w/minimal host dependencies:

    • FreeBSD (32-bit, x86)
    • FreeBSD (64-bit, x86)
    • Linux (32-bit, x86)
    • Native (32-bit, x86, multiboot)