1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-01-13 15:27:52 +00:00

Update README.md

Add more description of the project
This commit is contained in:
Warren 2016-02-24 08:54:03 +10:00
parent 103048132c
commit debf1966e8

View File

@ -1,2 +1,6 @@
# pdp7-unix
A project to resurrect Unix on the PDP-7 from a scan of the original assembly code
This is a project to resurrect Unix on the PDP-7 from a scan of the original assembly code done by Norman Wilson.
Right now the scans are in the Unix Archive at http://www.tuhs.org/Archive/PDP-11/Distributions/research/McIlroy_v0/
as the files 0*.pdf. We now need to convert these to machine-readable assembly code, write tools such as an assembler,
a filesystem creation tool, and write from scratch missing things like a shell, ls etc.