MINIX 3.2.0 CD is a free and open-source operating system based on a tiny microkernel architecture. It is a major upgrade from 3.1.8, being much more NetBSD-like than any previous version. With pkgsrc, the BSD compiler (Clang/LLVM), and the NetBSD C library, it will be much easier to port software to MINIX 3. Other changes include using ELF as the executable format, an asynchronous VFS, /proc file system, FUSE, and much more. Major Features: Clang is the default compiler (GCC is also supported); NetBSD C library; ELF is the default executable format; asynchronous, multi-threaded virtual file system (VFS) server; experimental SMP support; FUSE support; NetBSD password file format; NetBSD bootloader; smaller boot images (using gzip)...
About MINIX
MINIX is a UNIX-like computer operating system based on a microkernel architecture. It is extremely small, with the part that runs in kernel mode in about 5,000 lines of source code, while the parts that run in user mode are divided into small, insulated modules which enhance system reliability. Originally designed as an educational tool, the latest versions of MINIX are also targetted at embedded systems and low-power laptops. By the project's own admission, MINIX is work in progress and is nowhere near as mature as BSD or Linux. It is released under a BSD-type licence.