Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/21/1999 04:33:49
Module Name:	src
Committed By:	simonb
Date:		Thu Jan 21 12:33:49 UTC 1999

Modified Files:
	src/sys/arch/pmax/stand: Makefile Makefile.booters
	src/sys/arch/pmax/stand/libsa: Makefile
	src/sys/arch/pmax/stand/scsiboot: boot.c conf.c mkboottape.c rz.c
	    start.S
Added Files:
	src/sys/arch/pmax/stand: Makefile.inc
	src/sys/arch/pmax/stand/libsa: alloc.c disklabel.c read.c ufs.c
	src/sys/arch/pmax/stand/scsiboot: Makefile rz.h tz.h
Log Message:
Almost working bootblocks for the pmax.  This compiles fine with gcc
2.7.2.2-myc2 (and produces _identical_ bootblocks with the 1.3.3
bootblocks which weren't in the tree), but egcs 1.1.1 builds a ufs.o
that's about a 100 bytes too big, and it busts the 7.5k we've got for
bootrz.

Still needs cleanup - the Makefiles could be better/cleaner, and doesn't
install yet (because of above problem).  At least there's something to
work with now.

Note that we have our own versions of a lot of the sys/lib/libsa
routines which are less functional/smaller.