Subject: CVS commit: [netbsd-2-0] src/sys/arch/acorn32/stand/lib
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/17/2004 08:39:10
Module Name:	src
Committed By:	tron
Date:		Thu Jun 17 08:39:10 UTC 2004

Modified Files:
	src/sys/arch/acorn32/stand/lib [netbsd-2-0]: srt0.S

Log Message:
Pull up revision 1.3 (requested by abs in ticket #497):
Add BOOT_LEAVE_MEMORY (desired memory left unused) and BOOT_MIN_AVAIL_MEMORY
(minimum desired free memory), default them to 5M and 10M respectively.
On a machine with more than (BOOT_LEAVE_MEMORY + BOOT_MIN_AVAIL_MEMORY) free
BOOT_LEAVE_MEMORY will be left unused.
Allows a kernel to be booted from SparkFS on a machine with more than 15M
of free memory (SparkFS needs to be able to allocate memory for the
uncompressed kernel)


To generate a diff of this commit:
cvs rdiff -r1.1.6.1 -r1.1.6.2 src/sys/arch/acorn32/stand/lib/srt0.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.