| Package | Description |
|---|---|
| caoss.simulator.os.syscalls |
| Modifier and Type | Class and Description |
|---|---|
class |
ExitSyscallHandler
The exit system call handler that exits
|
class |
IOSyscallHandler
A dummy system call handler that does nothing
|
| Modifier and Type | Method and Description |
|---|---|
static SysCallHandler |
SysCallTable.getHandler(SysCallNumber number)
Obtain the handler for a given system call
|