C# Class SharpOS.Kernel.ADC.X86.Architecture

Datei anzeigen Open project: sharpos/SharpOS

Public Methods

Method Description
CheckCompatibility ( ) : bool

Checks for compatibility with the current system, using the most well-supported method possible.

GetAuthor ( ) : string
GetLayerName ( ) : string
GetPlatform ( ) : string

Gets the ADC platform identifier.

GetProcessorCount ( ) : int
GetProcessors ( ) : IProcessor[]
Setup ( ) : void

Private Methods

Method Description
InitializeProcessor ( ) : void

Method Details

CheckCompatibility() public static method

Checks for compatibility with the current system, using the most well-supported method possible.
public static CheckCompatibility ( ) : bool
return bool

GetAuthor() public static method

public static GetAuthor ( ) : string
return string

GetLayerName() public static method

public static GetLayerName ( ) : string
return string

GetPlatform() public static method

Gets the ADC platform identifier.
public static GetPlatform ( ) : string
return string

GetProcessorCount() public static method

public static GetProcessorCount ( ) : int
return int

GetProcessors() public static method

public static GetProcessors ( ) : IProcessor[]
return IProcessor[]

Setup() public static method

public static Setup ( ) : void
return void