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

@@ -12,6 +12,9 @@
/* XT Boot Loader configuration list */
PLIST_ENTRY BlpConfig = NULL;
/* XT Boot Loader loaded configuration */
LIST_ENTRY BlpConfiguration;
/* XT Boot Loader debug port configuration */
ULONG BlpDebugPort = 0;