Initial XTLDR configuration
Some checks failed
Builds / ExectOS (amd64) (push) Failing after 15s
Builds / ExectOS (i686) (push) Failing after 15s

This commit is contained in:
2023-12-03 14:22:14 +01:00
parent e302f662bb
commit ab7fa5ffa4
5 changed files with 132 additions and 0 deletions

View File

@@ -9,6 +9,9 @@
#include <xtbm.h>
/* XT Boot Loader configuration data */
XTBM_CONFIGURATION BmpConfiguration = {0};
/* XT Boot Loader hex table */
STATIC PUINT16 BmpHexTable = L"0123456789ABCDEF";