C# Class Mosa.CoolWorld.x86.Setup

Setup for the Device Driver System.
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
CMOS CMOS
StandardKeyboard Mosa.DeviceDrivers.ISA.StandardKeyboard

Méthodes publiques

Méthode 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

Méthode Description
StartDevice ( IPCIDevice pciDevice, Mosa deviceDriver, IHardwareDevice hardwareDevice ) : void

Method Details

Initialize() public static méthode

Initializes the Device Driver System.
public static Initialize ( ) : void
Résultat void

Start() public static méthode

Start the Device Driver System.
public static Start ( ) : void
Résultat void

StartDevice() public static méthode

Starts the device.
public static StartDevice ( IPCIDevice pciDevice ) : void
pciDevice IPCIDevice The pci device.
Résultat void

StartDevice() public static méthode

Starts the device.
public static StartDevice ( Mosa deviceDriver ) : void
deviceDriver Mosa The device driver.
Résultat void

StartISADevices() public static méthode

Starts the ISA devices.
public static StartISADevices ( ) : void
Résultat void

StartPCIDevices() public static méthode

Starts the PCI devices.
public static StartPCIDevices ( ) : void
Résultat void

Property Details

CMOS public_oe static_oe property

public static CMOS CMOS
Résultat CMOS

StandardKeyboard public_oe static_oe property

public static StandardKeyboard,Mosa.DeviceDrivers.ISA StandardKeyboard
Résultat Mosa.DeviceDrivers.ISA.StandardKeyboard