0ce3451d1f
Lots of the work was done by Adam Ciarcinsky. Currently, this only supports CyberPPC boards by Phase 5. Blizzard PPC expected later. The kernel is useless but for demonstrating that it starts... especially interupts, and most of MMU support, is not in yet. Builtin console works, however, and you can look at the kernel startup messages.
10 lines
210 B
C
10 lines
210 B
C
/* $NetBSD: svr4_machdep.h,v 1.1 2000/05/25 22:12:01 is Exp $ */
|
|
|
|
#ifndef _MACHINE_SVR4_MACHDEP_H_
|
|
#define _MACHINE_SVR4_MACHDEP_H_
|
|
|
|
/* There is nothing like... */
|
|
/*#include <powerpc/svr4_machdep.h>*/
|
|
|
|
#endif
|