Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 04/11/1999 20:53:14
Module Name:	src
Committed By:	simonb
Date:		Mon Apr 12 03:53:13 UTC 1999

Modified Files:
	src/sys/arch/pmax/stand/lib: start.S
Log Message:
Fix an off-by-32 error - space was padded out to the 96th byte for the
DEC disk boot block header, but it's only 64 bytes long.  Gives us
another 32 bytes in the first stage.

Don't use a roll-your-own START_FRAME size and offsets for the stack
and ra - use the <mips/asm.h> provided CALLFRAME_SIZ, CALLFRAME_RA and
CALLFRAME_SP