Class BaseIOGroups
Base IO Groups. Used to easily access IO devices.
Inheritance
System.Object
BaseIOGroups
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public class BaseIOGroups : object
Fields
| Improve this Doc View SourceATA1
Primary ATA.
Declaration
public readonly ATA ATA1
Field Value
Type | Description |
---|---|
ATA |
ATA2
Secondary ATA.
Declaration
public readonly ATA ATA2
Field Value
Type | Description |
---|---|
ATA |
PCSpeaker
PC speaker.
Declaration
public static readonly PCSpeaker PCSpeaker
Field Value
Type | Description |
---|---|
PCSpeaker |
PIT
PIT.
Declaration
public readonly PIT PIT
Field Value
Type | Description |
---|---|
PIT |
PS2Controller
PS/2 controller.
Declaration
public readonly PS2Controller PS2Controller
Field Value
Type | Description |
---|---|
PS2Controller |
RTC
Real time clock.
Declaration
public readonly RTC RTC
Field Value
Type | Description |
---|---|
RTC |
TextScreen
Text screen.
Declaration
public readonly TextScreen TextScreen
Field Value
Type | Description |
---|---|
TextScreen |
VBE
VBE.
Declaration
public readonly VBEIOGroup VBE
Field Value
Type | Description |
---|---|
VBEIOGroup |