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

Kernel VGA Video

NullException edited this page Aug 6, 2020 · 3 revisions

This page covers the kernel's VGA functionality. Kernel VGA is currently a part of the main executable, but as with HAL, it will probably be split into it's own module/driver when a PE loader is implemented

Kernel VGA is responsible for providing video functionality to the kernel for debugging purpouses

API DOCUMENTATION

Functions