System information

Console Commands
MicroVax 3100 Models 88/98 User Information
A-7
Command specific:
/MEMORY Searches memory for a page-aligned block of good memory,
128K bytes in length. The search checks only memory that is
deemed usable by the bitmap. This command leaves the
contents of memory unchanged.
/RPB Searches all physical memory for an RPB. The search does
not use the bitmap to qualify which pages are checked. The
command leaves the contents of memory unchanged.
Examples:
>>> EX SP ! Check the SP.
G 0000000E 00000000
>>> FIND /MEM ! Look for a valid 128 Kbytes.
>>> EX SP ! Note where it was found.
G 0000000E 00000200
>>> FIND /RPB ! Check for valid RPB.
?2C FND ERR 00C00004 ! None to be found here.
>>>
HALT
The HALT command has no effect. It is included for compatibility with other VAX
consoles.
Format:
HALT
Example:
>>> HALT ! Pretend to halt.
>>>
HELP
The HELP command gives information about command syntax and usage.
Format:)
HELP
Example: