Refactor, part 7; register XTLDR protocol
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 32s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
2023-12-05 22:18:25 +01:00
parent c4f1429a3b
commit 6733146b71
5 changed files with 31 additions and 24 deletions

View File

@@ -13,6 +13,10 @@
#include <xtuefi.h>
/* XTLDR directories */
#define XTBL_LOADER_DIRECTORY L"\\EFI\\BOOT\\XTLDR\\"
#define XTBL_THEMES_DIRECTORY L"\\EFI\\BOOT\\XTLDR\\THEMES\\"
/* XTLDR Debug Port type definitions */
#define XTBL_DEBUGPORT_SCREEN 1
#define XTBL_DEBUGPORT_SERIAL 2
@@ -38,7 +42,6 @@ typedef struct _XTBL_CONFIGURATION
PWCHAR Debug;
ULONG DebugPort;
BOOLEAN Shell;
PWCHAR Theme;
ULONG Timeout;
PWCHAR Tune;
} XTBL_CONFIGURATION, *PXTBL_CONFIGURATION;