diff --git a/Readme b/Readme index 6272d23..c24e374 100644 --- a/Readme +++ b/Readme @@ -40,11 +40,11 @@ Running 1st Edition UNIX TC0: 16b format, buffering file in memory sim> -2. At the sim> prompt, type g . You will receive a login: prompt: +2. At the sim> prompt, type g . You will receive a login: prompt: -3. Type in root followed by ctrl-J. You should receive a # prompt. +3. Type in root followed by . You should receive a # prompt. -4. Type in ls -l followed by ctrl-J. You should see something like this: +4. Type in an ls -l command. You should see something like this: total 6 43 sdrwr- 2 root 620 Jan 1 00:00:00 bin @@ -53,9 +53,6 @@ Running 1st Edition UNIX 114 sdrwr- 2 root 50 Jan 1 00:00:00 tmp 41 sdrwr- 7 root 70 Jan 1 00:00:00 usr - Until we patch the kernel, all commands have to be entered with ctrl-J - and not the key. - 5. To shut the system down, enter ctrl-E to stop the compiler, and q to quit. You do not need to sync the system before shutdown.