Product Code Database
Example Keywords: jacket -sweatshirt $4-111
barcode-scavenger
   » » Wiki: Minix
Tag Wiki 'Minix'.
Tag

MINIX is a based on a architecture, first released in 1987 and written by American-Dutch computer scientist Andrew S. Tanenbaum. It was designed as a clone of the operating system and one that could run on affordable, Intel 8086-based ; MINIX was targeted for use in classrooms by students at universities.

Its name comes from mini-Unix. MINIX was initially proprietary source-available, but was relicensed under the to become free and open-source in 2000. MINIX was ported to various additional platforms in the 1990s, and version 2.0 was released in 1997 and was the first to be compliant. Starting with MINIX 3, released in 2005, the primary aim of development shifted from education to the creation of a highly reliable and self-healing microkernel OS.


Implementation

MINIX 1.0
Andrew S. Tanenbaum created MINIX at Vrije Universiteit in to exemplify the principles conveyed in his , (1987). (Despite sharing a name, it has no relation to the older MINIX from Digital Systems House, Inc. based on code.)

An abridged 12,010 lines of the C of the kernel, memory manager, and of MINIX 1.0 are printed in the book. also released MINIX source code and executable binaries on with a reference manual. MINIX 1 was system-call compatible with Seventh Edition Unix.

(1997). 9780136386773, Prentice Hall. .

Tanenbaum originally developed MINIX for compatibility with the and IBM PC/AT available at the time.


MINIX 1.4
There is a version of MINIX floating around that supports the Peripheral Technology PT68K-2 and PT68K-4 computers. The PT68K-2 and the PT68K-4 are both 68000 based computers with a standard 8 bit IBM PC that has 6 connectors on the main board. It was ported to the PT68K machines by Gary Mills and Sidney Thompson. The port was adapted from the Atari port since it too is a 68000 based machine. The PT68K version has added support for the PT XT-IDE card from Peripheral Technology. It currently only supports the MDA display adapter (no CGA, EGA or ). For this reason, it has not yet been ported to the PT68K-5 (aka CDS68020). There is an available from https://github.com/mevenson/minix-for-the-PT68K-2-4.


MINIX 1.5
MINIX 1.5, released in 1991, included support for IBM PS/2 systems and was also to the Motorola 68000 and architectures, supporting the , , , and computer platforms. There were also unofficial ports to Intel 386 (in 32-bit ), National Semiconductor NS32532, and processors. used an early version of MINIX as the basis for the operating system for its transputer-based Computing Surface parallel computers.


MINIX 2.0
Demand for the 68k-architectures waned, however, and MINIX 2.0, released in 1997, was only available for the x86 and Solaris-hosted SPARC architectures. It was the subject of the second edition of Tanenbaum's textbook, cowritten with Albert Woodhull and was distributed on a included with the book. MINIX 2.0 added .1 compliance, support for 386 and later processors in 32-bit mode and replaced the Amoeba network protocols included in MINIX 1.5 with a TCP/IP stack. A version of MINIX running as a user process under and Solaris was also available, a simulator named SMX (operating system) or just SMX for short.

Version 2.0.3 was released in May 2001. It was the first version after MINIX had been relicensed under the license, which was retroactively applied to all previous versions.


Minix-vmd
Minix-vmd is a variant of MINIX 2.0 for Intel IA-32-compatible processors, created by two Vrije Universiteit researchers, which adds and support for the X Window System.


MINIX 3
MINIX 3 was publicly announced on 24 October 2005 by Tanenbaum during his keynote speech at the Association for Computing Machinery (ACM) Symposium on Operating Systems Principles (SOSP). Although it still serves as an example for the new edition of Tanenbaum's textbook, coauthored by Albert S. Woodhull, it is comprehensively redesigned to be "usable as a serious system on resource-limited and embedded computers and for applications requiring high reliability."

MINIX 3 currently supports IA-32 and systems. It is available in a format that allows it to be used on a computer without installing it on the hard drive, and in versions compatible with hardware emulating and virtualizing systems, including , , VMware Workstation and , , and Microsoft Virtual PC.

Version 3.1.2 was released on 18 April 2006. It was the first version after MINIX had been relicensed under the license with a new fourth clause.

Version 3.1.5 was released on 5 November 2009. It contains X11, , vi, , gcc, , python, , bash, , , , , pine, and over 400 other common utility programs. With the addition of X11, this version marks the transition away from a text-only system. In many cases it can automatically restart a crashed driver without affecting running processes. In this way, MINIX is self-healing and can be used in applications demanding high reliability. MINIX 3 also has support for management, making it suitable for desktop OS use. Desktop applications such as and OpenOffice.org are not yet available for MINIX 3 however.

As of version 3.2.0, the was mostly replaced by that of and support from became possible, increasing the available software applications that MINIX can use. replaced the prior compiler (with GCC now having to be manually compiled), and , the , was .

MINIX 3.3.0, released in September 2014, brought ARM support.

MINIX 3.4.0RC, Release Candidates became available in January 2016. However, a stable release of MINIX 3.4.0 is yet to be announced, and MINIX development has been dormant since 2018.

MINIX supports many programming languages, including C, C++, , Modula-2, Pascal, , Python, and .

Over 50 people attended MINIXCon 2016, a conference to discuss the history and future of MINIX.

All Intel chipsets post-2015 are running MINIX 3 internally as the software component of the Intel Management Engine.


Relationship with Linux

Early influence
used and appreciated MINIX, but his design deviated from the MINIX architecture in significant ways, most notably by employing a monolithic kernel instead of a . This was disapproved of by Tanenbaum in the Tanenbaum–Torvalds debate. Tanenbaum explained again his rationale for using a microkernel in May 2006.

Early development was done on a MINIX host system, which led to inheriting various features from MINIX, such as the MINIX file system. claimed that Linus hasn't actually written Linux from scratch, but rather reused source code of MINIX itself to have working codebase. As the development progressed, MINIX code was gradually phased out completely.

(1999). 9781565927247, O'Reilly Media.


Samizdat claims
In May 2004, Kenneth Brown of the Alexis de Tocqueville Institution made the accusation that major parts of the Linux kernel had been copied from the MINIX codebase, in a book named Samizdat. These accusations were rebutted universally—most prominently by Tanenbaum, who strongly criticised Brown and published a long rebuttal on his own personal Web site, also claiming that Brown was funded by .


Licensing
At the time of MINIX's original development, its was relatively liberal. Its licensing fee was very small ($69) relative to those of other operating systems. Tanenbaum wished for MINIX to be as accessible as possible to , but his publisher was unwilling to offer material (such as the source code) that could be copied freely, so a restrictive license requiring a nominal fee (included in the price of Tanenbaum's book) was applied as a compromise. This prevented the use of MINIX as the basis for a freely distributed software system.

When free and open-source Unix-like operating systems such as and 386BSD became available in the early 1990s, many software developers abandoned MINIX in favor of these. In April 2000, MINIX became free and open-source software under the license, which was retroactively applied to all previous versions. However, by this time other operating systems had surpassed its capabilities, and it remained primarily an operating system for students and . In late 2005, MINIX was relicensed with a fourth clause added to the license.


See also
  • MINIX file system
  • Redox, an operating system in Rust using a MINIX-like kernel
  • xv6


Notes

External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
2s Time