Differences between version 3 and previous revision of Minix.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, November 18, 2002 11:35:45 am | by JohnMcPherson | Revert |
Older page: | version 2 | Last edited on Friday, November 15, 2002 1:12:21 pm | by JohnMcPherson | Revert |
@@ -1,5 +1,5 @@
-Minux is an operating system written by AndrewTannenbaum for "Operating Systems: Design and Implementation". Linus and AndrewTannenbaum
had a FlameWar over the various design decisions.
+Minux is an operating system written by AndrewTannenbaum for "Operating Systems: Design and Implementation". Linus and AndrewTanenbaum
had a FlameWar over the various design decisions.
Before [Linux] became popular, Minix was widely used for teaching unix internals at universities, due to its available source code (although not under what we would call a Free license these days), clean implementation, and general "smallness" or lack of bloat (and functionality). It made (makes?) wide use of message passing, so students can trace the chain of functions called to perform a particular task.
See also [MinixFS].