NetBSD/sys/arch/next68k/stand/boot
jdolecek 4d23ad14c5 don't strip the resulting bootprog on install; it's raw binary
XXX I hope this is correct way to do this
2002-05-12 15:18:27 +00:00
..
boot.c switch next68k to ELF. highlight include: 2001-05-12 22:35:29 +00:00
conf.c
devopen.c
dmareg.h
en.c
enreg.h
installboot.sh
machdep.c switch next68k to ELF. highlight include: 2001-05-12 22:35:29 +00:00
Makefile don't strip the resulting bootprog on install; it's raw binary 2002-05-12 15:18:27 +00:00
newvers.sh
README
rtc.c
scsi.c some esp register names are no longer provided by next68k espreg.h, 2002-05-07 08:57:31 +00:00
scsireg.h
scsivar.h
sd.c
srt0.s switch next68k to ELF. highlight include: 2001-05-12 22:35:29 +00:00
version Bump the version numbers of all bootloaders which use loadfile_elfXX() now 2001-11-09 19:53:11 +00:00

$NetBSD: README,v 1.1.1.1 1998/06/09 07:53:06 dbj Exp $

NeXT standalone bootblocks.
Rolf Grossmann, Dec 1994

Started work based on files from hp300/stand. boot.c was from post-1.0 
sparc/stand/boot.c, modified to work for the needs of the NeXT PROM,
i.e. it wants to call the kernel, so the bootblock has to return the
entry point.

The code does not try multiple names for te kernel, as I've seen it in
some other architectures' boot code. (The copied code simply didn't do
that ;)) It also doesn't prompt if the argument to boot ends with a
questionmark '?', like the NeXT bootblock does. Do we need this? (Why
should the bootblock as again when you can specify everything on the
boot command line?)

Most files have nothing to do with their original version anymore. The whole
code is a mixture of my own ideas, various other netbsd code I've looked at
(like the sparc scsi code, the independent scsi code, and the needs of the
standalone library).

In contrast to NeXT's bootblocks, mine keep the PROM's idea of what the
boot parameters are, i.e. logical disk number (the number the disk would
get as sd*), the lun and the partition.

TODO
 Make some additional improvements