Penguin

Differences between version 4 and predecessor to the previous major change of Minix.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Monday, October 20, 2003 2:01:54 pm by StuartYeates Revert
Older page: version 1 Last edited on Friday, November 15, 2002 12:11:40 am by PerryLorier Revert
@@ -1,3 +1,10 @@
-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. 
  
-My first introduction to Unix was by reading the book. 
+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].  
+  
+----  
+ My first introduction to Unix was by reading the book. (PerryLorier)  
+  
+JohnMcPherson and StuartYeates had to use Minix in a unix-related course at CanterburyUniversity as late as 1998, well after Linux was widely used. Fortunately, they got over the experience