From: Nishi Date: Tue, 8 Oct 2024 11:04:06 +0000 (+0000) Subject: update readme X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=498e9ddcb5ea1fe65cca1385f24b174fb68d67db;p=tewi.git update readme git-svn-id: file:///raid/svn-personal/tewi/trunk@277 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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