Subject: CVS commit: src/sys/arch/acorn32/stand/boot32
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 01/21/2008 00:41:14
Module Name:	src
Committed By:	chris
Date:		Mon Jan 21 00:41:14 UTC 2008

Modified Files:
	src/sys/arch/acorn32/stand/boot32: boot32.c

Log Message:
Zero out the whole of the structure, not just the first 4 bytes.  IE use
sizeof(*bconfig) not sizeof(bconfig)

Now a small kernel will boot up on my RISC-PC, an install kernel won't
though, it hangs at the switch from RISC-OS to NetBSD.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/arch/acorn32/stand/boot32/boot32.c

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