NetBSD/sys/arch/macppc
lukem 7f3c3f9b76 Fixes from Bill Studenmund and Allen Briggs:
- setup a 32KB (+32byte) stack, instead of 4KB stack
- cache flush: use _start instead of 0x4000, and flush 2k instead of 1k

Features (by me):
- implement:
	OF_write() (and grab "stdout" from "/chosen")
	putstrn(s,n) using OF_write(); write string s of n bytes long
	putstr(s); write fixed-sized string s
	putc(c); write char c
- add some useful messages which output the status of loading the
  stage 2 bootstrap (which is usually ofwboot)

This code now works on Bill's Beige G3!
2002-05-17 18:45:55 +00:00
..
compile
conf Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence 2002-05-11 18:05:12 +00:00
dev Add a null asm statement in adb_read_date_time() 2002-05-05 18:36:03 +00:00
include Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
macppc Eliminate commons. 2002-05-13 06:05:32 +00:00
pci * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
stand Fixes from Bill Studenmund and Allen Briggs: 2002-05-17 18:45:55 +00:00
Makefile