From 739d317415d48ad83c87cb2e557a2c4d049093ad Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Thu, 10 Mar 2016 10:26:52 +1000 Subject: [PATCH] More readme tweaks. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84227b7..19cf895 100644 --- a/README.md +++ b/README.md @@ -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