From: Aaron Taylor Date: Sun, 13 Jun 2021 01:31:18 +0000 (-0700) Subject: Updated README for V5 UNIX. X-Git-Url: http://git.subgeniuskitty.com/simh-images/.git/commitdiff_plain/38c87eaf3f76ed4671c9148c2cc6b7b372293218 Updated README for V5 UNIX. --- diff --git a/pdp11-V5_UNIX/README.md b/pdp11-V5_UNIX/README.md index 51fb35f..71054d8 100644 --- a/pdp11-V5_UNIX/README.md +++ b/pdp11-V5_UNIX/README.md @@ -30,7 +30,7 @@ leading to its rapid decline in popularity. Several now common commands were first introduced in this release, including `dd`, `pwd`, and `wump` (Hunt the Wumpus). At this stage it's starting to -*feel* like a UNIX system. +*feel* like a UNIX system, though we must remember that `cd` is still `chdir`. Then there's the editor, `ed`. A UNIX classic, it's a little like using `vi` with your eyes shut. If you've never used it before, check out my [guide to @@ -96,12 +96,12 @@ Note that you can also press `Ctrl-e` at any time and SIMH will halt the PDP-11 simulation and drop to the `sim>` prompt where you can exit. However, doing this is likely to corrupt a disk as it is equivalent to yanking the power cord from the wall. To resume from the `sim>` prompt, simply type `go` and execution -will resume from where it left off.. +will resume from where it left off. ## Transfer Files ## -Output to the line printer or input/output via the paper tape are one option. +One may output via the line printer, or input/output via the paper tape. The relevant options to enable that hardware in SIMH are commented out in `simh.conf`.