C# 클래스 Mosa.CoolWorld.x86.Setup

Setup for the Device Driver System.
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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