User`s guide

RESET
(KMON)
Initializes several background system tables and does a general cleanup of the
background area.
Format
RESET
Description
The RESET command accepts no options or arguments.
RESET causes RT–11 to:
Purge all open input/output channels.
Reset the terminal ring buffers and command buffers.
Initialize the user program memory area.
Reset CTRL/O (this enables terminal output).
Clear locations 40–53.
Reset the KMON (monitor) stack pointer.
Use RESET before you execute a program if a device or the monitor needs
reinitialization, or when you need to discard the results of previously issued GET
commands. The RESET command has no effect on foreground or system jobs.
The following example uses the RESET command before running a program:
.RESET
.R MYPROG
RT–11 Command Descriptions 209