Source-Changes archive

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

CVS commit: src/sys/arch/acorn32/stand/boot32



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.




Home | Main Index | Thread Index | Old Index