| Decrementer |
The class for the PPC decrementer exception.
|
| FloatingPointUnavailable |
The class for the PPC floating point unavailable exception.
|
| Heap |
Heap manager with mark-sweep garbage collection.
As soon as the remaining heap space is lower than a third of the total available
heap space, a garbage collection is called.
|
| MachineCheck |
The class for the PPC machine check exception.
|
| PPCException |
The base class for all the PPC exceptions.
|
| ProgramExc |
The class for the PPC program exception.
|
| SystemCall |
The class for the PPC system call exception.
|
| Task |
This class implements a simple non-preemptive tasking system.
|