public class FSOOS extends OperatingSystem
OS| Constructor and Description |
|---|
FSOOS() |
| Modifier and Type | Method and Description |
|---|---|
DeviceDriver |
getDriver(DeviceId deviceId)
Returns the driver of the device with the given identifier
|
InterruptHandler[] |
getInterruptVector()
Retrieve the interrupt vector
|
Scheduler<?> |
getScheduler()
Returns the Operating System's scheduler
|
void |
load()
Load the operating system
|
decreaseNumberProcesses, getInstance, getNumberRunningProcess, getRunningProcess, getRunningProcess, increaseNumberProcesses, setRunningProcesspublic void load()
OperatingSystemload in class OperatingSystempublic InterruptHandler[] getInterruptVector()
OperatingSystemgetInterruptVector in class OperatingSystempublic Scheduler<?> getScheduler()
OperatingSystemgetScheduler in class OperatingSystempublic DeviceDriver getDriver(DeviceId deviceId)
OperatingSystemgetDriver in class OperatingSystem