1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

README: Add discussion of platform support. (#146)

This commit is contained in:
Bruce Mitchener 2020-12-31 00:59:22 +07:00 committed by GitHub
parent c395b816d8
commit 3eb8d36a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,5 +16,14 @@ together the makefile parts that it needs.
It will build in ../ostype.cputype-x (for the .o files) and
../ostype.cputype for the executables.
## Development Platforms
We are developing on FreeBSD, Linux, macOS, and Solaris currently
on arm, arm64, PowerPC, SPARC, x86, and x86_64 hardware.
We believe it will work on these platforms.
Fixes and improvements for additional platforms and hardware is
welcome. Work is underway to run better on Windows.
In the past, Maiko ran on DOS. This may or may not still work.