From 6d15e6f29ac39ef85b905c9ce9decec83220bc89 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Sat, 19 Mar 2016 10:54:40 +1000 Subject: [PATCH] Slight changes to the top-level Readme. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57602a2..ec81851 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,12 @@ 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 a working filesystem and -we can now boot the kernel, launch init, login and get to a shell prompt. +we can now boot the kernel, launch init, login, get to a shell prompt and +run the utilities. -Things to do: finish the shell, write the missing utilities, to bring the -system fully up on a PDP-7 system and fix any bugs. We have -a [real PDP-7](http://physics.uoregon.edu/outreach/movies/pdplives/) +Things to do: finish the shell, write the missing utilities, bring the +system fully up on a PDP-7 system, fix any bugs and document everything. +We have a [real PDP-7](http://physics.uoregon.edu/outreach/movies/pdplives/) and [SimH](http://simh.trailing-edge.com/) as target platforms. ## Source Tree