Slashdot Mirror


NetBSD 1.5 released

Leto2 writes "I'm happy to see NetBSD has released version 1.5 of their OS. NetBSD-1.5 currently runs on about 20 platforms, with an additional 10 avaliable as experimental. Get it from your local mirror today!"

2 of 14 comments (clear)

  1. Re:BSD? by wjw · · Score: 3

    > BFD
    Yes, it is big deal indeed. NetBSD project doesn't release new version every day. NetBSD 1.4 was announced in May 1999.
    And the changes are well worth new number. Soft updates in FFS, full featured RAID implementation, LFS improvements, Kerberos V and more cryptography support integrated (and available outside US as well), NFS lockd, IPv6 and various performance and reliability enhancements to name only a few.

  2. Re:Compatibility support for Win32 programs?? by wjw · · Score: 3

    It means that NetBSD can run win32 binaries (PECOFF format) just like those for Linux, NetBSD, Solaris, etc.

    Basic system libraries (win32 API) have to be replaced by versions specifically written for NetBSD.

    Look at compat_pecoff(8) (the manual page) and http://chiharu.haun.org/peace/ (libraries).