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