Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/prep/stand/boot



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.




Home | Main Index | Thread Index | Old Index