Store SecureBoot status
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
2023-12-30 10:31:28 +01:00
parent 08fb9b92d5
commit ea06286a8b
2 changed files with 4 additions and 0 deletions

View File

@@ -147,6 +147,9 @@ BlpInitializeEfiBootLoader()
RtlInitializeListHead(&BlpConfig);
RtlInitializeListHead(&BlpLoadedModules);
/* Store SecureBoot status */
BlpStatus.SecureBoot = BlGetSecureBootStatus();
/* Check if debug is enabled */
if(DEBUG)
{