SCDUMP(1prom) RISC/os Reference Manual SCDUMP(1prom)
NAME
scdump - display contents of secondary cache
SYNOPSIS
scdump [-c cpu_number] address_range
AVAILABILITY
This command is available only on RC6380 systems.
DESCRIPTION
scdump is a PROM monitor or standalone shell (sash(1M)) com-
mand that displays the contents of the secondary cache for
the address range selected by address_range. The legal
addresses are 0 through 0x3ffff. The optional cpu_number
parameter specifies which CPU cache to display. Omitting
cpu_number displays the cache for the master CPU (this is
the only CPU on single-processor computers).
EXAMPLES
Example 1: Display the data in addresses 0x3e000 through
0x3e100 by entering the following command:
scdump 0x3e000:0x3e100
Example 2: Display the data in address 0x3e00f by entering
the following command:
scdump 0x3e00f
SEE ALSO
prom(1prom), sash(1spp)
Printed 11/19/92 Page 1