From NetBSD:
authorniklas <niklas@openbsd.org>
Tue, 7 May 1996 10:14:34 +0000 (10:14 +0000)
committerniklas <niklas@openbsd.org>
Tue, 7 May 1996 10:14:34 +0000 (10:14 +0000)
commit6ab7a984c7298ab9b130800a8294abd3f93cbc1e
treeac5c0b31bc94f39afb3e5ae13839bd709d8e3b33
parent659432131a9e66c2729c7207f33920dd0565989b
From NetBSD:
Add support for loading kernel into fastmem, if the kernel also supports
loading into fastmem.  This removes the requirement that the kernel fit
into chipmem.
Add a -Z flag to force loading into chip memory.
Add a -s option for compatibility with my bootblock loader.
Move the test exit to just before starting the kernel;  this lets the
test mode actually load the kernel and do the version checks.
sys/arch/amiga/stand/loadbsd/loadbsd.c