Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

VgaPrintChar

NullException edited this page Aug 6, 2020 · 3 revisions

VgaPrintChar fucntion

Description

Prints character at current cursor position

Syntax

void VgaPrintChar(char character, 
                  char character_attributes
);

Parameters

character

Character to print


character_attributes

Character attribute byte to use

Return Value

N/A

Notes

If a character is printed off screen, it will write to invalid memory, possibly corrupting kernel code. Line Feed and Carrige Return characters are not printed but interpreted for their specific function.