public class SysCallInterruptHandler extends java.lang.Object implements InterruptHandler
| Constructor and Description |
|---|
SysCallInterruptHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(CPUCore cpuCore)
The handler implementation.
|
public void handle(CPUCore cpuCore) throws java.lang.Exception
SysCallTable to invoke the handler associated to the system call
number retrieved from register(0)handle in interface InterruptHandlercpuCore - The core where the interrupt is being handledjava.lang.Exception