C# Class Mosa.CoolWorld.x86.Setup

Setup for the Device Driver System.
Mostra file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
CMOS CMOS
StandardKeyboard Mosa.DeviceDrivers.ISA.StandardKeyboard

Public Methods

Method Description
Initialize ( ) : void

Initializes the Device Driver System.

Start ( ) : void

Start the Device Driver System.

StartDevice ( IPCIDevice pciDevice ) : void

Starts the device.

StartDevice ( Mosa deviceDriver ) : void

Starts the device.

StartISADevices ( ) : void

Starts the ISA devices.

StartPCIDevices ( ) : void

Starts the PCI devices.

Private Methods

Method Description
StartDevice ( IPCIDevice pciDevice, Mosa deviceDriver, IHardwareDevice hardwareDevice ) : void

Method Details

Initialize() public static method

Initializes the Device Driver System.
public static Initialize ( ) : void
return void

Start() public static method

Start the Device Driver System.
public static Start ( ) : void
return void

StartDevice() public static method

Starts the device.
public static StartDevice ( IPCIDevice pciDevice ) : void
pciDevice IPCIDevice The pci device.
return void

StartDevice() public static method

Starts the device.
public static StartDevice ( Mosa deviceDriver ) : void
deviceDriver Mosa The device driver.
return void

StartISADevices() public static method

Starts the ISA devices.
public static StartISADevices ( ) : void
return void

StartPCIDevices() public static method

Starts the PCI devices.
public static StartPCIDevices ( ) : void
return void

Property Details

CMOS public_oe static_oe property

public static CMOS CMOS
return CMOS

StandardKeyboard public_oe static_oe property

public static StandardKeyboard,Mosa.DeviceDrivers.ISA StandardKeyboard
return Mosa.DeviceDrivers.ISA.StandardKeyboard