Subject: Re: PMAG-C support....
To: Greg A. Woods <woods@weird.com>
From: Simon Burge <simonb@telstra.com.au>
List: port-pmax
Date: 05/12/1998 15:27:14
On Tue, 12 May 1998 00:26:53 -0400 (EDT)  Greg A. Woods wrote:

> I still haven't
> figured out how to read the disklabel with Ultrix, though the 'rzdisk'
> utility seems quite handy (the display of the mode pages is nifty, but
> it didn't seem complete -- I don't recall seeing ARWE/ARRE settings in
> page 1).

        # chpt -q /dev/rrzXc

will display the Ultrix partition table

> It would also be handy to say where to find (or how to find)
> the equivalent of 'dmesg' output (unfortunately the boot messages didn't
> say "PMAG-C").

	# uerf -Rr 300

will display the last boot message.  I can put the source code for a
program I wrote called 'dmesg' which does exactly the same thing but in
a more readable format if anyone is interested.

Simon.