NetBSD/sys/arch/pmax
simonb 50b389d4a6 Bootblock installer - based heavily on the alpha installboot but with
some significant differences:
 * Because the pmax bootblocks don't have a fixed load address, we
   need to keep the first stage blocks in /usr/mdec with some sort
   of executable format that includes load and transfer address.
   Since ELF is native, /usr/mdec/bootxx_* are in ELF format and
   installboot (in loadbootstrap.c) needs knowledge of the ELF format.
 * Support for installing the first stage at an arbitiary position.
   -a adds the first stage to end of the "disk" (only on works on
   regular files) and -i <block> puts the first stage at ISO
   filesystem block number <block> for use in multi-arch boot
   CDs (see installboot(8) for more details and an example).
 * No checksum support.  This should really be done in some sort of
   MI way rather than duplicating code between ports' installboot.c
1999-11-28 00:32:29 +00:00
..
compile
conf callvec.c has moved from stand/lib to stand/common. 1999-11-27 05:35:00 +00:00
dev Include SCSI version of disk in device display. 1999-11-19 03:14:22 +00:00
ibus Don't check for additional dc instances yet. 1999-11-24 01:43:38 +00:00
include Remove NUMBOOT define - disklabel doesn't install bootblocks anymore. 1999-11-27 01:58:37 +00:00
pmax Move memory sizing to a new function memsize_scan(), and add an empty 1999-11-25 01:40:22 +00:00
stand Bootblock installer - based heavily on the alpha installboot but with 1999-11-28 00:32:29 +00:00
tc Consistent panic messages when erroneous kernel configurations are found. 1999-11-17 03:42:20 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00