Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / next68k / stand / boot / README
blob4e1e6b2ee961e129b319acc1f0c0abcd634584e5
1 $NetBSD: README,v 1.1.1.1 1998/01/16 05:53:30 jewell Exp $
3 NeXT standalone bootblocks.
4 Rolf Grossmann, Dec 1994
6 Started work based on files from hp300/stand. boot.c was from post-1.0 
7 sparc/stand/boot.c, modified to work for the needs of the NeXT PROM,
8 i.e. it wants to call the kernel, so the bootblock has to return the
9 entry point.
11 The code does not try multiple names for te kernel, as I've seen it in
12 some other architectures' boot code. (The copied code simply didn't do
13 that ;)) It also doesn't prompt if the argument to boot ends with a
14 questionmark '?', like the NeXT bootblock does. Do we need this? (Why
15 should the bootblock as again when you can specify everything on the
16 boot command line?)
18 Most files have nothing to do with their original version anymore. The whole
19 code is a mixture of my own ideas, various other netbsd code I've looked at
20 (like the sparc scsi code, the independent scsi code, and the needs of the
21 standalone library).
23 In contrast to NeXT's bootblocks, mine keep the PROM's idea of what the
24 boot parameters are, i.e. logical disk number (the number the disk would
25 get as sd*), the lun and the partition.
27 TODO
28  Make some additional improvements