summaryrefslogtreecommitdiff
path: root/docs/PLATFORMS.md
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
commit20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch)
tree2857f41513a56ad41af97b57362639298aa7f033 /docs/PLATFORMS.md
#2
Diffstat (limited to 'docs/PLATFORMS.md')
-rw-r--r--docs/PLATFORMS.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/PLATFORMS.md b/docs/PLATFORMS.md
new file mode 100644
index 0000000..f74ff86
--- /dev/null
+++ b/docs/PLATFORMS.md
@@ -0,0 +1,28 @@
+# Platforms · HyBBX 2.8.0
+
+POSIX+ first — Linux, *BSD, AmigaOS 3.9+, macOS, Windows.
+
+## Platform matrix
+
+| Platform | Daemon | Telnet client | packet_radio | SSH |
+|----------|--------|---------------|--------------|-----|
+| Linux | yes | yes | yes | yes (libssh) |
+| FreeBSD / NetBSD / OpenBSD | yes | yes | yes | yes |
+| AmigaOS 3.9+ | partial | yes | yes | no |
+| macOS | yes | yes | yes | yes |
+| Windows | yes | yes | limited | yes |
+
+## AmigaOS matrix
+
+| Item | Value |
+|------|-------|
+| Cross-build | `./scripts/build-amiga-telnet.sh` |
+| Daemon plugins | telnet + packet_radio only |
+| Full feature set | Linux / *BSD recommended |
+
+## Related
+
+| Goal | Doc |
+|------|-----|
+| Build | [BUILD.md](BUILD.md) |
+| Manual | [MANUAL.md](MANUAL.md) |
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com