public class IOSyscallHandler extends java.lang.Object implements SysCallHandler
Constructor and Description |
---|
IOSyscallHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(CPUCore core)
Handler implementation
|
static void |
processNext(CPUCore core) |
public void handle(CPUCore core) throws java.lang.Exception
InterruptHandler
handle
in interface InterruptHandler
core
- The core where the interrupt is being handledjava.lang.Exception
public static void processNext(CPUCore core) throws java.lang.Exception
java.lang.Exception