1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-06 08:35:48 +00:00
Warren Toomey 8f8cc64d10 I've added tad and sza to the a7out simulator, and I also added some
code to place command-line arguments into the simulated memory. I'm
trying to write my own version of cat so I can compare mine to the
real one. Right now there's a bug when simplecat has two arguments.
Zero and one arguments are OK! Saving so I have a backup before proceeding.
2016-02-26 20:56:31 +10:00
2016-02-24 07:56:18 +10:00
2016-02-25 07:40:04 +10:00

pdp7-unix

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.

scans holds the unmodified OCR versions of the scanned files

src/cmd holds the modified source code of the user-mode programs

src/sys holds the modified source code of the kernel

tools holds the source for the tools written to assist the project

misc holds miscellaneous notes and information

Description
A project to resurrect Unix on the PDP-7 from a scan of the original assembly code
Readme GPL-3.0 1.4 MiB
Languages
Assembly 81.1%
Perl 13.5%
Limbo 2.3%
C 1.8%
Makefile 1.2%