Add string manipulation support
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
2023-12-03 00:24:56 +01:00
parent f0fbeadc1c
commit 78ac03b039
6 changed files with 560 additions and 33 deletions

View File

@@ -9,6 +9,9 @@
#include <xtbm.h>
/* XT Boot Loader hex table */
STATIC PUINT16 BmpHexTable = L"0123456789ABCDEF";
/* EFI Image Handle */
EFI_HANDLE EfiImageHandle;