Subject: CVS commit: src/sys/arch/acorn32/stand
To: None <source-changes@NetBSD.org>
From: Gavan Fantom <gavan@netbsd.org>
List: source-changes
Date: 05/18/2004 23:29:31
Module Name:	src
Committed By:	gavan
Date:		Tue May 18 23:29:31 UTC 2004

Modified Files:
	src/sys/arch/acorn32/stand/boot32: Makefile boot32.c
	src/sys/arch/acorn32/stand/lib: riscoscalls.h srt0.S

Log Message:
Claim maximum available memory during boot32 startup. This removes
the need to explicitly set the WIMP slot size before running the bootloader.

Conditional on BOOT_MAXIMISE_MEMORY, so as not to interfere with potential
future uses of libriscos.

Also remove references to increasing WIMP slot size, as this is now
meaningless.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/acorn32/stand/boot32/Makefile
cvs rdiff -r1.16 -r1.17 src/sys/arch/acorn32/stand/boot32/boot32.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/acorn32/stand/lib/riscoscalls.h
cvs rdiff -r1.1 -r1.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.