From 498e9ddcb5ea1fe65cca1385f24b174fb68d67db Mon Sep 17 00:00:00 2001 From: Nishi Date: Tue, 8 Oct 2024 11:04:06 +0000 Subject: [PATCH] update readme git-svn-id: file:///raid/svn-personal/tewi/trunk@277 8739d7e6-ffea-ec47-b151-bdff447c6205 --- README | 1 + README.tmpl | 1 + Server/version.c | 2 ++ 3 files changed, 4 insertions(+) diff --git a/README b/README index a8f4b9f..c056708 100644 --- 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 diff --git a/README.tmpl b/README.tmpl index 338c2f3..1aeca35 100644 --- a/README.tmpl +++ b/README.tmpl @@ -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 diff --git a/Server/version.c b/Server/version.c index a6f4f0d..549b48b 100644 --- a/Server/version.c +++ b/Server/version.c @@ -31,6 +31,8 @@ const char* tw_platform = "PSP" #elif defined(__PPU__) "PS3" +#elif defined(__minix) + "Minix" #else "Unix" #endif -- 2.45.2