Subject: CVS commit: src/sys/arch/prep/stand/boot
To: None <source-changes@NetBSD.org>
From: NONAKA Kimihiro <nonaka@netbsd.org>
List: source-changes
Date: 01/05/2004 15:31:03
Module Name: src
Committed By: nonaka
Date: Mon Jan 5 15:31:03 UTC 2004
Modified Files:
src/sys/arch/prep/stand/boot: boot.c srt0.s
Log Message:
Use memset() for "Clear all of BSS".
If (edata-address & 3) != (end-address & 3), my own code cause infinity loop.
Fixed it.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/prep/stand/boot/boot.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/prep/stand/boot/srt0.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.