NetBSD/sys/arch/macppc
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
..
compile
conf
dev
include Pull in SPRs via <powerpc/spr.h> in this single instance, and dispose of 2004-03-02 00:35:54 +00:00
macppc
pci Spell interrupt with two rs. From Peter Postma. 2004-02-24 15:16:04 +00:00
stand 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