Do not use static linked list
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 25s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
2023-12-11 17:41:34 +01:00
parent 9aa2efe17f
commit a079423174
3 changed files with 12 additions and 6 deletions

View File

@@ -15,6 +15,9 @@
/* XT Boot Loader configuration list */
EXTERN PLIST_ENTRY BlpConfig;
/* XT Boot Loader loaded configuration */
EXTERN LIST_ENTRY BlpConfiguration;
/* XT Boot Loader debug port configuration */
EXTERN ULONG BlpDebugPort;