Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/ofppc/stand/ofwboot
Module Name: syssrc
Committed By: thorpej
Date: Tue Oct 23 03:31:26 UTC 2001
Modified Files:
syssrc/sys/arch/ofppc/stand/ofwboot: Locore.c Makefile alloc.c boot.c
ofdev.c version
Log Message:
Clean up the NetBSD/ofppc boot loader:
- Garbage collect some cruft that doesn't apply to the ofppc port.
- Make our OFW-friendly alloc.c more like the libsa alloc.c
- Generally reduce some differences where we can between this
boot loader and the NetBSD/macppc boot loader.
- Use libsa's loadfile().
- Fix DDB symbol loading -- Add a magic number after the args string
so the kernel knows the symbols are there, provide both ssym and
esym, and make sure all these values are aligned to a 4-byte boundary.
- Add support for MS-DOS file systems.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/ofppc/stand/ofwboot/Locore.c \
syssrc/sys/arch/ofppc/stand/ofwboot/ofdev.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/ofppc/stand/ofwboot/Makefile
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/ofppc/stand/ofwboot/alloc.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/ofppc/stand/ofwboot/boot.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/ofppc/stand/ofwboot/version
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