NetBSD/sys/arch/macppc/stand
wrstuden 58472c3385 Have Locore zero out the bss (which includes our stack) BEFORE
we start calling into C code. Previously we called memset() in our
C code. Unfortunately the compiler would sometimes store local variables
on the statck, which got killed by the memset(). Oops!
2004-03-17 23:32:22 +00:00
..
bootxx Fix ofwboot to deal with larger kernels. Rather than loading at 2004-03-12 19:13:37 +00:00
fixcoff Add a 'tags' target to macppc. 2004-03-13 05:55:40 +00:00
ofwboot Have Locore zero out the bss (which includes our stack) BEFORE 2004-03-17 23:32:22 +00:00
Makefile Add a 'tags' target to macppc. 2004-03-13 05:55:40 +00:00
Makefile.inc