Refactor part 1
Some checks failed
Builds / ExectOS (amd64) (push) Failing after 14s
Builds / ExectOS (i686) (push) Failing after 14s

This commit is contained in:
2023-12-03 16:04:12 +01:00
parent 55bd9e326f
commit fce8a50321
10 changed files with 121 additions and 104 deletions

View File

@@ -13,13 +13,13 @@
/* XT Boot Loader configuration data */
EXTERN XTBM_CONFIGURATION BmpConfiguration;
EXTERN XTBM_CONFIGURATION BlpConfiguration;
/* XT Boot Loader hex table */
EXTERN PUINT16 BmpHexTable;
EXTERN PUINT16 BlpHexTable;
/* Serial port configuration */
EXTERN CPPORT BmpSerialPort;
EXTERN CPPORT BlpSerialPort;
/* EFI Image Handle */
EXTERN EFI_HANDLE EfiImageHandle;