Difference between revisions of "Minix"

From Computer History Wiki
Jump to: navigation, search
m (+cat)
 
(4 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
}}
 
}}
  
Minix is a small microkernel based OS for teaching OS concepts in colleges.  Over it's life it has been ported to various CPU types, and platforms, but as time has gone on it's always come back to the intel 8086 platform.
+
Minix is a small [[microkernel]] based [[operating system]] for teaching OS concepts in colleges.  Over its life it has been ported to various CPU types and platforms, but as time has gone on it's always come back to the [[Intel 8086]] platform.
  
 
The current version is 3, which can be found at the official Minix web site [http://www.minix3.org/ minix3.org].
 
The current version is 3, which can be found at the official Minix web site [http://www.minix3.org/ minix3.org].
  
 
== Platforms ==
 
== Platforms ==
 +
 +
=== Minix 1.5 ===
 +
 
In the past 1.5x releases Minix supported:
 
In the past 1.5x releases Minix supported:
  
Line 19: Line 22:
 
*Sparc
 
*Sparc
 
*[[Mac Minix 1.5.10.7|Macintosh]]
 
*[[Mac Minix 1.5.10.7|Macintosh]]
*8086
+
*8086 See [[Installing Minix 1.5 for the 8086]] for more information.
 
*80386 (With Bruce Evans patches)
 
*80386 (With Bruce Evans patches)
 +
 +
This is the release that interests me most, as it not only supported the most platforms, it was for a while the only cheap way to get a *NIX like OS onto your PC before the rise of Linux, and of course Linux was originaly built from Minix, and used its filesystem and device nodes..
  
 
== root password ==
 
== root password ==
The root password is burried in the book but for my sake...
+
 
 +
The root password is buried in the book but for my sake...
 
*ast Wachtwoord
 
*ast Wachtwoord
 
*root Geheim
 
*root Geheim
  
 
== Resources ==
 
== Resources ==
 +
 
All kinds of ancient Minix can be found [http://oldlinux.org/Linux.old/Minix/ here].
 
All kinds of ancient Minix can be found [http://oldlinux.org/Linux.old/Minix/ here].
There is also the official minix archive [http://www.minix3.org/previous-versions/ here].
+
There is also the official Minix archive [http://www.minix3.org/previous-versions/ here].
  
 
I'm trying to track down the Bruce Evans Minix-386 stuff.
 
I'm trying to track down the Bruce Evans Minix-386 stuff.
  
{{stub}}
+
{{semi-stub}}
 +
 
 +
[[Category: UNIX Clones]]

Latest revision as of 04:01, 17 December 2018


Minix
Type: Time-sharing
Creator: Andy Tanenbaum
Multitasking: Multitasking with paging/swap
Architecture: Originally 8086 was cross-platform.
Date Released: 1987


Minix is a small microkernel based operating system for teaching OS concepts in colleges. Over its life it has been ported to various CPU types and platforms, but as time has gone on it's always come back to the Intel 8086 platform.

The current version is 3, which can be found at the official Minix web site minix3.org.

Platforms

Minix 1.5

In the past 1.5x releases Minix supported:

This is the release that interests me most, as it not only supported the most platforms, it was for a while the only cheap way to get a *NIX like OS onto your PC before the rise of Linux, and of course Linux was originaly built from Minix, and used its filesystem and device nodes..

root password

The root password is buried in the book but for my sake...

  • ast Wachtwoord
  • root Geheim

Resources

All kinds of ancient Minix can be found here. There is also the official Minix archive here.

I'm trying to track down the Bruce Evans Minix-386 stuff.