Package | Description |
---|---|
caoss.simulator.os | |
caoss.simulator.os.interrupts | |
caoss.simulator.os.syscalls |
Modifier and Type | Method and Description |
---|---|
InterruptHandler[] |
FSOOS.getInterruptVector() |
abstract InterruptHandler[] |
OperatingSystem.getInterruptVector()
Retrieve the interrupt vector
|
Modifier and Type | Class and Description |
---|---|
class |
DummyDeviceInterruptHandler |
class |
SysCallInterruptHandler
The interrupt handler for system calls
|
class |
TimerInterruptHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
SysCallHandler
The interface for system call handlers
For protection purposes, syscall handler implementations should be package private
|
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
|