Minix
MINIX
(operating system)MINIX has been written from scratch and contains no AT&T code-- neither in the kernel, the compiler, the utilities, northe libraries. Although copyrighted by Prentice-Hall, allsources, binaries and documentation can be obtained viaInternet for educational or research purposes.
Current versions as of 1996-11-15:
MINIX 2.0 - Intel CPUs from Intel 8088 to Pentium
MINIX 1.5 - Intel, Macintosh (MacMinix), Amiga, Atari ST, Sun SPARC.
http://cs.vu.nl/~ast/minix.html.
Minix
(MINimal UnIX) A version of Unix for the PC, Mac and Sun platforms. Versions for the Amiga and Atari ST were also available. Developed as sample source code to teach operating systems by Andrew Tanenbaum of Vrije University, Amsterdam, The Netherlands, Minix was first introduced in 1987 in the book, "Operating Systems, Design and Implementation." Within a few months, more than 40,000 people subscribed to the Minix newsgroup on the Internet. For more information, visit www.minix3.org.Inspiration for Linux
Linus Torvalds, who developed the immensely popular Linux operating system, was inspired by Minix. Although the operating systems use different approaches to kernel architecture (Minix uses a microkernel), Torvalds developed Linux on Minix and was influenced by its design principles. See Linux and microkernel.