C# Класс Mosa.CoolWorld.x86.Setup

Setup for the Device Driver System.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CMOS CMOS
StandardKeyboard Mosa.DeviceDrivers.ISA.StandardKeyboard

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
StartDevice ( IPCIDevice pciDevice, Mosa deviceDriver, IHardwareDevice hardwareDevice ) : void

Описание методов

Initialize() публичный статический Метод

Initializes the Device Driver System.
public static Initialize ( ) : void
Результат void

Start() публичный статический Метод

Start the Device Driver System.
public static Start ( ) : void
Результат void

StartDevice() публичный статический Метод

Starts the device.
public static StartDevice ( IPCIDevice pciDevice ) : void
pciDevice IPCIDevice The pci device.
Результат void

StartDevice() публичный статический Метод

Starts the device.
public static StartDevice ( Mosa deviceDriver ) : void
deviceDriver Mosa The device driver.
Результат void

StartISADevices() публичный статический Метод

Starts the ISA devices.
public static StartISADevices ( ) : void
Результат void

StartPCIDevices() публичный статический Метод

Starts the PCI devices.
public static StartPCIDevices ( ) : void
Результат void

Описание свойств

CMOS публичное статическое свойство

public static CMOS CMOS
Результат CMOS

StandardKeyboard публичное статическое свойство

public static StandardKeyboard,Mosa.DeviceDrivers.ISA StandardKeyboard
Результат Mosa.DeviceDrivers.ISA.StandardKeyboard