1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-04-26 20:27:02 +00:00

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

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:
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