Loader shell stub
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
2024-01-02 14:45:40 +01:00
parent c0f99cc798
commit ee0603c318
4 changed files with 23 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#include <xtldr.h>
/**
* Initializes EFI Boot Loader (XTLDR).
*
@@ -425,6 +426,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
}
/* Fallback to shell, if boot menu returned */
BlStartLoaderShell();
}
/* This point should be never reached, if this happen return error code */