Move all globals into separate file
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 30s

This commit is contained in:
2023-11-16 17:20:20 +01:00
parent 1a932468a2
commit a2af4841da
6 changed files with 44 additions and 27 deletions

View File

@@ -9,22 +9,6 @@
#include <xtbl.h>
/* EFI Image Handle */
EFI_HANDLE EfiImageHandle;
/* XT Boot Loader protocol */
XT_BOOT_LOADER_PROTOCOL EfiLdrProtocol;
/* EFI System Table */
PEFI_SYSTEM_TABLE EfiSystemTable;
/* EFI Secure Boot status */
INT_PTR EfiSecureBoot;
/* Serial port configuration */
CPPORT EfiSerialPort;
/**
* This routine loads XTLDR EFI modules.
*