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

More readme tweaks.

This commit is contained in:
Warren Toomey
2016-03-10 10:26:52 +10:00
parent 3952727b0b
commit 739d317415

View File

@@ -13,7 +13,7 @@ as the files 0*.pdf.
## Current Status
Update March 2016: We've written an assembler, a user-mode simulator and
Update mid-March 2016: We've written an assembler, a user-mode simulator and
commented several source files. We now have these utilities running:
as, cat, chmod, chown, chrm, cp, date, ln, ls, mv, stat. We have a working
shell with some functionality missing. We have begun work on building a
@@ -21,7 +21,8 @@ filesystem.
Things to do: finish the filesystem creation tool, finish the shell, write the
missing utilities, try to bring the system up on a PDP-7 system. We have
a real PDP-7 and [SimH](http://simh.trailing-edge.com/) as target platforms.
a [real PDP-7](http://physics.uoregon.edu/outreach/movies/pdplives/)
and [SimH](http://simh.trailing-edge.com/) as target platforms.
## Source Tree