Difference between revisions of "UNIX First Edition"

From Computer History Wiki
Jump to: navigation, search
m (Jnc moved page Unix System 1 to UNIX First Edition without leaving a redirect: Use consistent naming system)
(added link to manual)
(One intermediate revision by one other user not shown)
Line 35: Line 35:
  
 
Not very much!
 
Not very much!
 +
 +
==External links==
 +
 +
* [https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/ 1st Edition UNIX]
 +
** [https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/PreliminaryUnixImplementationDocument_Jun72.pdf UNIX Implementation Document] - contains scans of a complete listing
 +
** [https://www.tuhs.org/Archive/Distributions/Research/Dennis_v1/1stEdman.html Unix Programmer's Manual First Edition] - overview
 +
* [http://squoze.net/UNIX/v1man/ UNIX Programmer's Manual]
  
 
{{Nav Unix}}
 
{{Nav Unix}}

Revision as of 22:43, 24 May 2022


Unix v1
V1unix.png
Logging into a Unix version 1 box
Type: Multitasking, multiuser
Creator: Western Electric, AT&T
Architecture: PDP-7, PDP-11 theoretically portable
This Version: SYSVr4 - Solais 10 (2009)
Date Released: 1972


UNIX's first edition has been restored by the work of Warren Toomey, Tim Newsham and others. The current project homepage is located here.

PDP-7 predecessor

The earlier first version was written in assembly language for a spare PDP-7 in Bell Labs. Originally what started out as a game (spacelander) eventually UNIX started to fill a need for typesetting on 'cheap' minicomputers.

The first version was primarly written in assembler.

Restoration project

On December 2008, the project made its first relase using scanned printouts as source material, a team was able to re-enter the source files, and using apout they were able to construct a system using various bits from later Unix versions into a booting system for SIMH's PDP-11 emulator.

How do I get this to run?!

There is a packaged version that will easily install on Windows machines that can be downloaded here

You can find all the pieces for this below:

The current binary build can be downloaded from the google code page here.

You need a version of SIMH 3.8-1 or higher, as they will incorporate certain changes required for v1 unix.

What Runs?

Not very much!

External links