class SysCallInterruptHandler extends java.lang.Object implements InterruptHandler
Constructor and Description |
---|
SysCallInterruptHandler() |
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 InterruptHandler
cpuCore
- The core where the interrupt is being handledjava.lang.Exception