From 84db46648eb467ef73ef84dc76953ab639266826 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Sun, 26 Apr 2026 22:35:44 -0700 Subject: [PATCH] Tier --- doc/TIERS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/TIERS.md diff --git a/doc/TIERS.md b/doc/TIERS.md new file mode 100644 index 0000000..4be4fd6 --- /dev/null +++ b/doc/TIERS.md @@ -0,0 +1,17 @@ +Ports of Milsko are grouped into three "tiers" in terms of their support. + +- **Tier 1**: Before every new release of Milsko, these platforms will be tested to make sure they have full support, and the CI will test them. +- **Tier 2**: These might be outdated or not updated in awhile, they might only compile under a specific version/commit of Milsko. Authors of these backends will be made aware of these updates. +- **Tier 3**: These are outright unfinished. Only use these if you're a developer. + +Currently, the Tier 1 backends are: + +- Windows 9x+/NT 4.0+ +- Any Unix/Linux system that supports X11 or Wayland. + +There are currently no Tier 2 backends. + +Tier 3 backends are: + +- Mac OS X 10.4+ with Cocoa +- Mac OS 7-9, PowerPC (68k support not planned).