Difference between revisions of "UNIX"

From Computer History Wiki
Jump to: navigation, search
m (External links: +UNIX/370: A Feasibility Study)
(Add UNIX/70)
Line 41: Line 41:
 
* [[USG UNIX]] - a version for general use inside the Bell system
 
* [[USG UNIX]] - a version for general use inside the Bell system
  
These were later unified, and Unix then went commercial and was sold outside AT&T, in a number of releases. (Below is an early ad for AT&T UNIX.)
+
[[Image:Att842unixcomp.jpg|150px|thumb|right|Unix ad]]
 +
 
 +
These were later unified, and Unix then went commercial and was sold outside AT&T, in a number of releases. (To the side is an early ad for AT&T UNIX.)
  
 
* [[UNIX System III]]
 
* [[UNIX System III]]
Line 49: Line 51:
 
* [[Unix SYSVr4]]
 
* [[Unix SYSVr4]]
  
[[Image:Att842unixcomp.jpg|150px|thumb|left|Unix ad]]
+
Bell also moved UNIX to the [[IBM System/370]], as a 'supervisor' to [[user]] [[process]]es, under the [[TSS/370]] Resident Supervisor; the result, [[UNIX/370]], ran on a number of large System/370 machines at Bell.
<br clear=all>
 
  
 
== CSRG releases ==
 
== CSRG releases ==
Line 99: Line 100:
 
** [http://squoze.net/UNIX/bltj/06771925.pdf A Stream Input-Output System]
 
** [http://squoze.net/UNIX/bltj/06771925.pdf A Stream Input-Output System]
 
* [https://www.usenix.org/legacy/events/usenix09/tech/full_papers/toomey/toomey.pdf The Restoration of Early UNIX Artifacts]
 
* [https://www.usenix.org/legacy/events/usenix09/tech/full_papers/toomey/toomey.pdf The Restoration of Early UNIX Artifacts]
* [https://drive.google.com/file/d/1zrnKJ7fT1yrt_9r8QJHtZm7cI9EQEw76/view?pli=1 UNIX/370: A Feasibility Study]
 
 
* [https://multicians.org/unix.html Unix and Multics]
 
* [https://multicians.org/unix.html Unix and Multics]
  

Revision as of 22:21, 19 July 2023


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; most notably, Linux.

Notable versions

Versions of relevance for hobbyists include the initial versions from inside Bell Labs; it later spread more widely inside the Bell system, at the same time that it was starting to appear outside.

'Research' versions

Note that 'Version' in early UNIXes refers to the revision of the 'UNIX Programmer's Manual'; UNIX didn't really have coordinated distros before about V6:

Other AT&T versions

The rest of the Bell system, outside Bell Labs, soon found it useful, too, and a number of disparate versions, intended for different environments, appeared:

  • CB-UNIX - for use in control applications, including real-time systems
  • PWB/UNIX - used for production of other systems, in for computer center type usage
  • USG UNIX - a version for general use inside the Bell system
Unix ad

These were later unified, and Unix then went commercial and was sold outside AT&T, in a number of releases. (To the side is an early ad for AT&T UNIX.)

Bell also moved UNIX to the IBM System/370, as a 'supervisor' to user processes, under the TSS/370 Resident Supervisor; the result, UNIX/370, ran on a number of large System/370 machines at Bell.

CSRG releases

Meanwhile the Computer Systems Research Group‎ kept on releasing newer BSD UNIX's, mostly for the VAX, derived from 32V. These had wide distribution, and tremendous impact; they were a major step in UNIX's road to its current ubiguity.

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.

Further reading

See also

External links

Fun links