Implement BmPrint() routine
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:43:13 +01:00
parent 6ba0557392
commit f161b37faf
4 changed files with 41 additions and 0 deletions

View File

@@ -12,6 +12,9 @@
/* XT Boot Loader hex table */
STATIC PUINT16 BmpHexTable = L"0123456789ABCDEF";
/* Serial port configuration */
CPPORT BmpSerialPort;
/* EFI Image Handle */
EFI_HANDLE EfiImageHandle;