Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/03/1996 21:30:19
mhitch
Fri May  3 21:23:45 EDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/stand/loadbsd
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv20654

Modified Files:
	loadbsd.c 
Log Message:
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.