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 Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf cleanup old lpt(4) attachment, and glue ppbus in so that they can coexist: 2004-01-20 19:58:00 +00:00
dev attempt to make these compile again after recent wdc changes. 2004-01-04 07:08:13 +00:00
include Pull in SPRs via <powerpc/spr.h> in this single instance, and dispose of 2004-03-02 00:35:54 +00:00
macppc Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
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