Difference between revisions of "PDP-7 UNIX"

From Computer History Wiki
Jump to: navigation, search
(+cats, expand a tiny bit)
m (Jnc moved page PDP-7 Unix to PDP-7 UNIX: 'UNIX' was still in caps at this point)
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
==External links==
 
==External links==
  
* [https://github.com/DoctorWkt/pdp7-unix PDP-7 Unix source code on GitHub]
+
* [https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/ PDP-7 Unix] - recovered source listings
 +
** [https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/Readme Readme] - covers contents
 +
** [https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/UnixEditionZero.txt The UNIX Time-Sharing System] - covers the PDP-7 and earliest PDP-11 UNIX systems
 +
* [https://github.com/DoctorWkt/pdp7-unix PDP-7 Unix] - source code on GitHub
  
 
{{stub}}
 
{{stub}}

Revision as of 21:24, 24 May 2022

Unix (very briefly Unics, as a pun on 'Multics'), a name coined later by Brian Kernighan, was written by Ken Thompson in 1969 to experiment with file systems and support his Space Travel game. After Bell Labs' withdrawal from the Multics project, Thompson was able to find a little-used PDP-7 with a Graphic II display system to work on.

External links