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, setRunningProcess
public void load()
OperatingSystem
load
in class OperatingSystem
public InterruptHandler[] getInterruptVector()
OperatingSystem
getInterruptVector
in class OperatingSystem
public Scheduler<?> getScheduler()
OperatingSystem
getScheduler
in class OperatingSystem
public DeviceDriver getDriver(DeviceId deviceId)
OperatingSystem
getDriver
in class OperatingSystem