Penguin

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

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

Newer page: version 8 Last edited on Sunday, October 8, 2006 7:36:34 pm by AlastairPorter Revert
Older page: version 7 Last edited on Saturday, January 14, 2006 10:38:58 pm by CraigBox Revert
@@ -1,13 +1,13 @@
 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]. 
+See also [MinixFS], MinixNotes
  
 ---- 
  
 ''My first introduction to Unix was by reading that 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. 
  
-Writing an extension to the Minix kernel was also an assignment for the course COMP301 ([OperatingSystem]s) at WaikatoUniversity in 2005. 
+Writing an extension to the Minix kernel was also an assignment for the course COMP301 ([OperatingSystem]s) at WaikatoUniversity in 2005 and 2006