Slight changes to the top-level Readme.

This commit is contained in:
Warren Toomey
2016-03-19 10:54:40 +10:00
parent e44bc6daa3
commit 6d15e6f29a
+5 -4
View File
@@ -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: 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 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 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 Things to do: finish the shell, write the missing utilities, bring the
system fully up on a PDP-7 system and fix any bugs. We have system fully up on a PDP-7 system, fix any bugs and document everything.
a [real PDP-7](http://physics.uoregon.edu/outreach/movies/pdplives/) We have a [real PDP-7](http://physics.uoregon.edu/outreach/movies/pdplives/)
and [SimH](http://simh.trailing-edge.com/) as target platforms. and [SimH](http://simh.trailing-edge.com/) as target platforms.
## Source Tree ## Source Tree