Changeset 411 in Main for trunk


Ignore:
Timestamp:
Nov 5, 2024, 10:59:45 AM (11 days ago)
Author:
Nishi
Message:

hurd

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r408 r411  
    5050Darwin                   Working on 8.0.1
    5151Solaris                  Working on 9
     52GNU/Hurd                 Working
    5253NetWare                  Working on 6.5 SP8, missing module support
    5354DOS                      Working, missing module support and multi-threading
  • trunk/README.tmpl

    r408 r411  
    5050Darwin                   Working on 8.0.1
    5151Solaris                  Working on 9
     52GNU/Hurd                 Working
    5253NetWare                  Working on 6.5 SP8, missing module support
    5354DOS                      Working, missing module support and multi-threading
  • trunk/Server/version.c

    r407 r411  
    4242#elif defined(__sun__)
    4343    "Solaris"
     44#elif defined(__gnu_hurd__)
     45    "GNU/Hurd"
    4446#elif defined(__CYGWIN__)
    4547    "Cygwin"
Note: See TracChangeset for help on using the changeset viewer.