Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4-0] src/sys/arch/acorn32/stand/boot32
Module Name: src
Committed By: bouyer
Date: Sat Feb 23 14:26:52 UTC 2008
Modified Files:
src/sys/arch/acorn32/stand/boot32 [netbsd-4-0]: boot32.c
Log Message:
Pull up following revision(s) (requested by chris in ticket #1063):
sys/arch/acorn32/stand/boot32/boot32.c: revision 1.31
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.29 -r1.29.16.1 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.
Home |
Main Index |
Thread Index |
Old Index