C# Class Mosa.CoolWorld.x86.Boot

Datei anzeigen Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
Console Mosa.Kernel.x86.ConsoleSession
Debug Mosa.Kernel.x86.ConsoleSession

Public Methods

Method Description
FillLine ( ) : void
ForeverLoop ( ) : void
InBrackets ( string message, byte outerColor, byte innerColor ) : void
Main ( ) : void

Main

ProcessInterrupt ( uint interrupt, uint errorCode ) : void
WaitForKey ( ) : void

Method Details

FillLine() public static method

public static FillLine ( ) : void
return void

ForeverLoop() public static method

public static ForeverLoop ( ) : void
return void

InBrackets() public static method

public static InBrackets ( string message, byte outerColor, byte innerColor ) : void
message string
outerColor byte
innerColor byte
return void

Main() public static method

Main
public static Main ( ) : void
return void

ProcessInterrupt() public static method

public static ProcessInterrupt ( uint interrupt, uint errorCode ) : void
interrupt uint
errorCode uint
return void

WaitForKey() public static method

public static WaitForKey ( ) : void
return void

Property Details

Console public_oe static_oe property

public static ConsoleSession,Mosa.Kernel.x86 Console
return Mosa.Kernel.x86.ConsoleSession

Debug public_oe static_oe property

public static ConsoleSession,Mosa.Kernel.x86 Debug
return Mosa.Kernel.x86.ConsoleSession