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
fixcoff
ofwboot Re-add own alloc(). Recent issues with kernels randomly dying on boot 2002-09-20 03:20:24 +00:00
Makefile
Makefile.inc