]> Git repositories of Nishi - tewi.git/commitdiff
update readme
authorNishi <nishi@nishi.boats>
Tue, 8 Oct 2024 11:04:06 +0000 (11:04 +0000)
committerNishi <nishi@nishi.boats>
Tue, 8 Oct 2024 11:04:06 +0000 (11:04 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@277 8739d7e6-ffea-ec47-b151-bdff447c6205

README
README.tmpl
Server/version.c

diff --git a/README b/README
index a8f4b9f335c04bc7298e7da88a29366268d0c57b..c0567086549eb9b958477ecd8ac5d94cea79bed7 100644 (file)
--- a/README
+++ b/README
@@ -42,6 +42,7 @@ Linux                    Working on Debian GNU/Linux 12 (x86_64)
 NetBSD                   Working on NetBSD/amd64 10.0
 OpenBSD                  Working
 Haiku                    Working
+Minix                    Working
 PlayStation Portable     Working, missing module support
                          TODO: Get multi-threading working (maybe)
 PlayStation 2            Not working
index 338c2f344ce4557d9b2ec34421b5894d89d85416..1aeca35709cc48bdd87f6cd36e8a76bbbd601856 100644 (file)
@@ -42,6 +42,7 @@ Linux                    Working on Debian GNU/Linux 12 (x86_64)
 NetBSD                   Working on NetBSD/amd64 10.0
 OpenBSD                  Working
 Haiku                    Working
+Minix                    Working
 PlayStation Portable     Working, missing module support
                          TODO: Get multi-threading working (maybe)
 PlayStation 2            Not working
index a6f4f0d7997eaa7d4bc6e39693b7216d2d580801..549b48b51d00f81039225bc254b004a40b98df08 100644 (file)
@@ -31,6 +31,8 @@ const char* tw_platform =
     "PSP"
 #elif defined(__PPU__)
     "PS3"
+#elif defined(__minix)
+    "Minix"
 #else
     "Unix"
 #endif