Implement HlPutCharacter() routine
All checks were successful
Builds / ExectOS (i686) (push) Successful in 29s
Builds / ExectOS (amd64) (push) Successful in 30s

This commit is contained in:
2024-03-10 17:02:30 +01:00
parent 4bff86c570
commit bb44caee31
3 changed files with 161 additions and 0 deletions

View File

@@ -55,6 +55,13 @@ XTAPI
XTSTATUS
HlInitializeFrameBuffer(VOID);
XTAPI
VOID
HlPutCharacter(IN ULONG PositionX,
IN ULONG PositionY,
IN ULONG Color,
IN WCHAR WideCharacter);
XTFASTCALL
VOID
HlSetRunLevel(IN KRUNLEVEL RunLevel);