Difference between revisions of "MINIX"
Jump to navigation
Jump to search
m (Categories) |
(small updates) |
||
| Line 1: | Line 1: | ||
| − | '''MINIX''' (from Mini and Unix) is a free [[Unix]]-based operating system designed by [[Andrew Tanenbaum]] in 1987.<ref>[http://minix3.org MINIX 3 website]</ref> MINIX | + | '''MINIX''' (from Mini and Unix) is a free [[Unix]]-based operating system designed by [[Andrew Tanenbaum]] in 1987.<ref>[http://minix3.org MINIX 3 website]</ref> MINIX was the very first UNIX-like operating system ported to personal computers, predating Linux. [[Linus Torvalds]] was an early enthusiast of MINIX and it inspired him to design [[GNU/Linux|Linux]].<ref>[http://groups.google.com/forum/?fromgroups=#!topic/comp.os.minix/wlhw16QWltI comp.os.minix LINUX-MINIX discussion]</ref> Its latest stable release is 3.2.0 and developer snapshot is 3.2.1.<ref>[http://www.minix3.org/download/index.html MINIX3 download page]</ref> Although originally designed in the university setting as a hobby of Tanenbaum, it was later released as [[open source]] and is now developed by contributors.<ref>[http://git.minix3.org MINIX3 Git project page]</ref> A key difference between MINIX and Linux, is the fact that MINIX uses a microkernel, instead of a monolithic kernel, so that in theory, MINIX would be more portable than Linux, across different processor architectures. |
==References== | ==References== | ||
Latest revision as of 19:44, May 12, 2016
MINIX (from Mini and Unix) is a free Unix-based operating system designed by Andrew Tanenbaum in 1987.[1] MINIX was the very first UNIX-like operating system ported to personal computers, predating Linux. Linus Torvalds was an early enthusiast of MINIX and it inspired him to design Linux.[2] Its latest stable release is 3.2.0 and developer snapshot is 3.2.1.[3] Although originally designed in the university setting as a hobby of Tanenbaum, it was later released as open source and is now developed by contributors.[4] A key difference between MINIX and Linux, is the fact that MINIX uses a microkernel, instead of a monolithic kernel, so that in theory, MINIX would be more portable than Linux, across different processor architectures.