From 20cb29c2f8c5c87bc590896854a20b1473ceb358 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sat, 8 Aug 2026 03:54:55 +0000 Subject: #2 --- docs/PLATFORMS.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/PLATFORMS.md (limited to 'docs/PLATFORMS.md') 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) | -- cgit v1.3.1