MINIX 3.1.8 is a very small, UNIX-like computer operating system based on a microkernel architecture and targetted primarily at embedded systems and low-power laptops. Major features of this distro are as given below: new package management infrastructure: - pkgsrc and pkgin; UNIX Domain Socket support; multi-boot support; ext2 support; ACPI driver; full APIC mode including IO APICs; experimental AHCI support. Known issues: VirtualBox - MINIX 3.1.8 cannot be installed without hardware acceleration support (VT-x, AMD-V), workaround.VirtualBox 3.1 cannot boot MINIX, please use VirtualBox 3.2; some packman packages have not been ported to pkgsrc yet.
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.