NetBSD/sys/arch/pmax/stand
simonb 520c13bcc8 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
1999-04-12 03:53:13 +00:00
..
boot Clean up prototypes. 1999-04-11 04:25:47 +00:00
lib Fix an off-by-32 error - space was padded out to the 96th byte for the 1999-04-12 03:53:13 +00:00
scsiboot Use BOOTRZ instead of BOOTXX. 1999-04-11 04:28:14 +00:00
Makefile Enable now that "make depend" works properly. 1999-03-27 07:39:06 +00:00
Makefile.booters Move BINDIR, BINMODE to Makefile.inc. 1999-04-11 04:24:41 +00:00
Makefile.inc Add "WARNS?= 1" - woohoo! 1999-04-11 04:31:02 +00:00