From 9b19ce4af5fba84b53660d89baa476fe018f4f35 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Wed, 24 Feb 2016 09:15:12 +1000 Subject: [PATCH] Made it fit into 80 columns --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0559195..558528d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # 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. +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. +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.