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
InterruptHandlerhandle in interface InterruptHandlercore - The core where the interrupt is being handledjava.lang.Exceptionpublic static void processNext(CPUCore core) throws java.lang.Exception
java.lang.Exception