NetBSD/sys/arch/pmax/stand
drochner bd9ed5a6fd STANDALONE->_STANDALONE (cpp definition)
closes PR kern/5481 (Erik Bertelsen <erik@q610.ebe.uni-c.dk>)
1998-05-22 12:56:35 +00:00
..
dec_label Move dec_label into a subdir. 1997-05-25 21:39:08 +00:00
lib RCSID Police. 1998-01-05 07:02:46 +00:00
libsa Add (bogus) prototype for tcinfo() PROM callback until we know what it is. 1997-05-25 05:44:13 +00:00
scsiboot RCSID Police. 1998-01-05 07:02:46 +00:00
Makefile Note non-inclusion of up-to-date bootblock source for 1.3, as 1997-10-18 22:33:28 +00:00
Makefile.booters STANDALONE->_STANDALONE (cpp definition) 1998-05-22 12:56:35 +00:00
README RCSID Police. 1998-01-05 20:51:25 +00:00
boot.c
byteswap.h RCSID Police. 1998-01-05 07:02:46 +00:00
conf.c
dec_boot.h
dec_exec.h
dec_prom.h Add fake, bogus prototype for gettcinfo(), with "void" arglist. 1996-09-21 03:33:18 +00:00
filesystem.c rcsid fascism 1997-10-13 14:22:22 +00:00
mkboot.c
mkboottape.c getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
rz.c
start.S Remove all references to <machine/machAsmDefs.h>. 1997-06-16 01:23:56 +00:00

README

#	$NetBSD: README,v 1.2 1998/01/05 20:51:53 perry Exp $

This directory does not build anything for the NetBSD/pmax 1.3 release.

The NetBSD/pmax bootblocks shipped in 1.3 support reading symbols from
a.out kernels and providing them to DDB. These new bootblocks are
built from source that was not integrated into the NetBSD tree in time
for the release.  (they require changes to the libsa code, and the
pmax stand/ tree should be reorganized, e.g., as the i386 tree has
been.)

A tar file containing the bootblock source tree is available on
ftp.netbsd.org:~ftp/pub/NetBSD/arch/pmax/bootblock-1.3.tar.gz.  The
bootblock source will also be folded into NetBSD-current shortly after
the release.

The `dec_label' program in this directory is also deprecated.  The new
bootblocks are so big that they overlay the space used by Ultrix
labels.  Trying to write an Ultrix-compatible label may clobber hte
bootblock.  therefore have not built dec_label for this release.