

Minix 3.1.7 i386 CD is a new version of the UNIX-like computer operating system based on a microkernel architecture. Its main features are: vuserspace scheduling and a scheduling server; proper support for multiple Ethernet cards of the same type; bug fixes (such as workaround to run on recent KVM); debug features ('verbose' boot monitor variable, access to debug registers DR0-DR7 in kernel); boot monitor allows loading images larger than 16 MB; root partition size increased to 64 MB (and setup script can now more or less safely deal with root partitions with non-default sizes); buildsystem support for building MINIX with GCC; source tree reorganization and clean-up; new ports - Git, GCC updated to version 4.4.3; secondary FS cache layer in VM that uses all available memory, reducing I/O wait time a lot.
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.