Difference between revisions of "UNIX"

From Computer History Wiki
Jump to: navigation, search
(correct data)
(Add link to PDP-7 Unix on GitHub.)
(4 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
}}
 
}}
  
'''Unix''' (officially trademarked as '''UNIX'''® - the documentation switched from using 'UNIX' to 'Unix' as of V7) is a computer [[operating system]] originally developed in the 1970s by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.
+
'''Unix''' (officially trademarked as '''UNIX'''® - the documentation switched from using 'UNIX' to 'Unix' as of [[Unix Seventh Edition|V7]]) is a computer [[operating system]] originally developed in the 1970s by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.
  
 
Today's Unix systems are split into various branches, developed over time by AT&T as well as various commercial vendors and non-profit organizations. A number of clones of Unix, which share the interfaces, and 'look and feel', but no code, have also been produced.
 
Today's Unix systems are split into various branches, developed over time by AT&T as well as various commercial vendors and non-profit organizations. A number of clones of Unix, which share the interfaces, and 'look and feel', but no code, have also been produced.
  
 
Versions of relevance for hobbyists include:
 
Versions of relevance for hobbyists include:
 +
* Unix "version 0" for [[PDP-7]] - See https://github.com/DoctorWkt/pdp7-unix
 
* [[Unix System 1]] - The first version of UNIX that has been recently made to run on the [[PDP-11]]
 
* [[Unix System 1]] - The first version of UNIX that has been recently made to run on the [[PDP-11]]
 
* [[UNIX Fifth Edition|UNIX V5]] - One of first version with known source and binaries available.
 
* [[UNIX Fifth Edition|UNIX V5]] - One of first version with known source and binaries available.
Line 28: Line 29:
  
 
== CSRG releases ==
 
== CSRG releases ==
Meanwhile the [[CSRG]] kept on releasing newer [[BSD]] UNIX's derived from 32v. Descended from there are several popular versions:
+
Meanwhile the [[Computer Systems Research Group‎]] kept on releasing newer [[BSD]] UNIX's derived from 32v. Descended from there are several popular versions:
  
 
* [http://www.freebsd.org FreeBSD] focuses on providing a system geared towards a single user.
 
* [http://www.freebsd.org FreeBSD] focuses on providing a system geared towards a single user.
Line 42: Line 43:
 
* [[UNIX file system]]
 
* [[UNIX file system]]
 
* [[BSD Fast File System]]
 
* [[BSD Fast File System]]
 +
 +
==External links==
 +
 +
* [https://www.tuhs.org/ The Unix Heritage Society]
 +
** [https://minnie.tuhs.org/cgi-bin/utree.pl The Unix Tree] - Complete source for many early versions of Unix
 +
* [https://wiki.tuhs.org/doku.php?id=start The Unix Heritage Wiki]
 +
 +
===Fun links===
 +
 +
* [http://vrici.lojban.org/~cowan/upc/ The Unix Power Classic: A book about the Unix Way and its power] - Hacker-oriented version of the Dao De Jing
 +
* [http://www.catb.org/~esr/writings/unix-koans/ Rootless Root: The Unix Koans of Master Foo]
  
 
{{Nav Unix}}
 
{{Nav Unix}}
  
 
[[Category: Operating Systems]]
 
[[Category: Operating Systems]]

Revision as of 08:10, 8 April 2021


UNIX
Type: Time-sharing
Creator: Ken Thompson, Dennis Ritchie and Douglas McIlroy at Bell Labs
Multitasking: Multi-tasking with swapping/paging (latter added in a later version)
Architecture: Originally PDP-7, then PDP-11; now cross-platform.
Date Released: 1969


Unix (officially trademarked as UNIX® - the documentation switched from using 'UNIX' to 'Unix' as of V7) is a computer operating system originally developed in the 1970s by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.

Today's Unix systems are split into various branches, developed over time by AT&T as well as various commercial vendors and non-profit organizations. A number of clones of Unix, which share the interfaces, and 'look and feel', but no code, have also been produced.

Versions of relevance for hobbyists include:

Unix then went commercial and was sold. Below is an early ad for AT&T UNIX.

Unix ad

CSRG releases

Meanwhile the Computer Systems Research Group‎ kept on releasing newer BSD UNIX's derived from 32v. Descended from there are several popular versions:

  • FreeBSD focuses on providing a system geared towards a single user.
  • NetBSD will run on a variety of 32-bit older systems from the VAX to the Amiga.
  • OpenBSD derived from the NetBSD project will run on all kinds of systems.

See also

External links

Fun links