Changeset 277 in Main for trunk


Ignore:
Timestamp:
Oct 8, 2024, 8:04:06 PM (5 weeks ago)
Author:
Nishi
Message:

update readme

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r257 r277  
    4343OpenBSD                  Working
    4444Haiku                    Working
     45Minix                    Working
    4546PlayStation Portable     Working, missing module support
    4647                         TODO: Get multi-threading working (maybe)
  • trunk/README.tmpl

    r255 r277  
    4343OpenBSD                  Working
    4444Haiku                    Working
     45Minix                    Working
    4546PlayStation Portable     Working, missing module support
    4647                         TODO: Get multi-threading working (maybe)
  • trunk/Server/version.c

    r252 r277  
    3232#elif defined(__PPU__)
    3333    "PS3"
     34#elif defined(__minix)
     35    "Minix"
    3436#else
    3537    "Unix"
Note: See TracChangeset for help on using the changeset viewer.