History log of /netbsd-src/sys/arch/ofppc/stand/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# ad9b9c40 23-Jan-2008 garbled <garbled@NetBSD.org>

Add a new mkbootinfo.sh script that builds a bootinfo.txt file. Remove a
printf in ofwboot.


# 1bd80ab6 16-Apr-1997 thorpej <thorpej@NetBSD.org>

New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware s

New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

show more ...


# 5804d3f6 30-Sep-1996 ws <ws@NetBSD.org>

PowerPC port