summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/mdk_mixvm.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/mdk_mixvm.texi b/doc/mdk_mixvm.texi
index 427d100..2e21289 100644
--- a/doc/mdk_mixvm.texi
+++ b/doc/mdk_mixvm.texi
@@ -4,7 +4,7 @@
@c Free Software Foundation, Inc.
@c See the file mdk.texi for copying conditions.
-@c $Id: mdk_mixvm.texi,v 1.19 2004/08/03 13:23:06 jao Exp $
+@c $Id: mdk_mixvm.texi,v 1.20 2005/09/19 21:29:42 jao Exp $
@node mixvm, gmixvm, mixasm, Top
@comment node-name, next, previous, up
@@ -113,7 +113,7 @@ startup.
@section Interactive commands
You can enter the interactive mode of the MIX virtual machine by simply
-invoking @code{mixvm} without arguments. You will then presented a shell
+invoking @code{mixvm} without arguments. You will then be greeted by a shell
prompt@footnote{The default command prompt, @samp{MIX > }, can be
changed using the @code{prompt} command (@pxref{Configuration commands})}
@@ -769,14 +769,14 @@ directory @file{~/.mdk}; this location can be changed using the
@code{mixvm} command @code{devdir} (@pxref{Configuration commands}).
@multitable {the device name} { xx-xx } {filename[x-x].dev} {bin i/o/char }
-@item @emph{Device} @tab @emph{No.} @tab @emph{filename} @tab @emph{type}
-@item Tape @tab 0-7 @tab @file{tape[0-7].dev} @tab bin i/o
-@item Disks @tab 8-15 @tab @file{disk[0-7].dev} @tab bin i/o
-@item Card reader @tab 16 @tab @file{cardrd.dev} @tab char in
-@item Card writer @tab 17 @tab @file{cardwr.dev} @tab char out
-@item Line printer @tab 18 @tab @file{printer.dev} @tab char out
-@item Terminal @tab 19 @tab @code{stdin/stdout} @tab char i/o
-@item Paper tape @tab 20 @tab @file{paper.dev} @tab char in
+@item @emph{Device} @tab @emph{No.} @tab @emph{filename} @tab @emph{type and block size}
+@item Tape @tab 0-7 @tab @file{tape[0-7].dev} @tab bin i/o - 100 words
+@item Disks @tab 8-15 @tab @file{disk[0-7].dev} @tab bin i/o - 100 words
+@item Card reader @tab 16 @tab @file{cardrd.dev} @tab char in - 16 words
+@item Card writer @tab 17 @tab @file{cardwr.dev} @tab char out - 16 words
+@item Line printer @tab 18 @tab @file{printer.dev} @tab char out - 24 words
+@item Terminal @tab 19 @tab @code{stdin/stdout} @tab char i/o - 14 words
+@item Paper tape @tab 20 @tab @file{paper.dev} @tab char in - 14 words
@end multitable
Devices of type @i{char} are stored as ASCII files, using one line per