1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-04-16 00:30:39 +00:00

More details of the layout of the repository.

This commit is contained in:
Warren Toomey
2016-02-25 07:03:59 +10:00
parent 6e5986d1c7
commit ecdd711b46

View File

@@ -7,3 +7,8 @@ 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