This is the beginnings of a alternative version of the PDP-7 Unix
system which corresponds to a later development point, around mid-1971, where the system had lost the "dd" directory and gained . and .. entries. This is close to the system as described in http://www.tuhs.org/Archive/PDP-11/Distributions/research/McIlroy_v0/UnixEditionZero.txt except there are no pathnames. To use this version: cd build; make alt; make altrun
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
set cpu 8k
|
||||
set cpu eae
|
||||
set cpu history=100
|
||||
show cpu
|
||||
|
||||
set tti unix
|
||||
set rb ena
|
||||
att rb altimage.fs
|
||||
show dev
|
||||
|
||||
load -S alta.rim
|
||||
dep pc 0100
|
||||
Reference in New Issue
Block a user