| Interface | Description |
|---|---|
| SysCallHandler |
The interface for system call handlers
For protection purposes, syscall handler implementations should be package private
|
| Class | Description |
|---|---|
| ExitSyscallHandler |
The exit system call handler that exits
|
| IOSyscallHandler |
A dummy system call handler that does nothing
|
| SysCallTable |
The system call table
|
| Enum | Description |
|---|---|
| SysCallNumber |
The list of featured system calls
|