NetBSD/sys/arch/macppc/stand
wrstuden 4f7aaad83c Re-add own alloc(). Recent issues with kernels randomly dying on boot
are related to using libsa's alloc(). Problems go away with this alloc().

The problem is that the libsa alloc() assumes we can grab memory off
the end of the program. That assumption doesn't work for us. It's
much better to use the alloc() we were using as it calls OF_claim()
to get memory.
2002-09-20 03:20:24 +00:00
..
bootxx minor cosmetic tweaks: 2002-05-18 04:24:22 +00:00
fixcoff Get rs6000.h from gnu/dist/toolchain/include instead of gnu/dist/include. 2002-09-17 03:55:40 +00:00
ofwboot Re-add own alloc(). Recent issues with kernels randomly dying on boot 2002-09-20 03:20:24 +00:00
Makefile nuke MD installboot, now that it doesn't understand the macppc 2002-05-18 04:06:12 +00:00
Makefile.inc Move CFLAGS and CPPFLAGS to {bootxx,ofwboot}/Makefile to compile installboot 2000-02-07 16:26:59 +00:00