Minix 2 Documentationmodified: 7 Sept 2006 |
For MINIX 3 go to http://www.minix3.org. (Minix 3 released Oct 2005) |
| [HOME] | [FAQ] | [HINTS] | [GET MINIX 2] | [CONTRIB SOFTWARE] |
| [NET SOFTWARE] | [DOCS] | [TEACHING MINIX] | [OTHER MINIXES] | [LINKS] |
The primary source of documentation for Minix 2 is, of
course, the book
Operating Systems Design and Implementation, 2nd edition,
by Tanenbaum and Woodhull, published in 1997 by Prentice-Hall. It includes
a function-by-function commentary on the Minix source code.
The 3rd edition of the
Operating Systems Design and Implementation
text was published in early 2006, and provides a similar discussion of
the source code of Minix 3. Although some files in the source code have
not changed much, overall Minix 3 and Minix 2 are quite different, and using
the wrong book for the study of the source code will probably be a difficult
exercise.
Several people have written substantial documents about aspects of Minix not described in the OSDI text:
Like most Unix-like systems, Minix provides manual pages that can be accessed from the command line by the man (1) command. They are installed with a standard Minix installation. On a running Minix system type
man manto learn about using the man command. Postscript and web page (html) formatted versions are also available, so you can make nicely formatted hard copy or view man pages on line if you do not have a Minix installation available. There are several sections:
Man pages for older Minix versions are also available:
...return to top of page
| [HOME] | [FAQ] | [HINTS] | [GET MINIX 2] | [CONTRIB SOFTWARE] |
| [NET SOFTWARE] | [DOCS] | [TEACHING MINIX] | [OTHER MINIXES] | [LINKS] |
|
|
|
|