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.
12 lines
229 B
C
12 lines
229 B
C
/* $NetBSD: trap.h,v 1.1 2000/05/25 22:12:01 is Exp $ */
|
|
|
|
#ifndef _MACHINE_TRAP_H_
|
|
#define _MACHINE_TRAP_H_
|
|
|
|
#include <powerpc/trap.h>
|
|
|
|
/* offset when MSR[IP] is set */
|
|
#define EXC_UPPER 0xfff00000
|
|
|
|
#endif /* _MACHINE_TRAP_H_ */
|