From 3eb8d36a49fdc9bb0bbe03041d0e5c11aa74018a Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 31 Dec 2020 00:59:22 +0700 Subject: [PATCH] README: Add discussion of platform support. (#146) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f960b65..91f3149 100644 --- a/README.md +++ b/README.md @@ -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.