PreReqs WriteDebugVideo Method Fling OS
Writes a piece of text to the first line of the screen

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedMethodAttribute(ASMFilePath = "ASM\PreReqs\WriteDebugVideo")]
[SequencePriorityAttribute(Priority = -9223372036854775799)]
public static void WriteDebugVideo(
	string aText,
	uint aColour
)

Parameters

aText
Type: System String
The text to write. First dword should be the length of the string. (Inserted by compiler for string literals)
aColour
Type: System UInt32
The foreground/background (DOS) colour to write in - 0xXY where X is background colour and Y is foreground colour.
See Also