Implement BlInitializeBootMenuList()
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 24s

This commit is contained in:
2023-12-18 23:27:49 +01:00
parent 6983b2eeac
commit a7781c4b0b
5 changed files with 112 additions and 8 deletions

View File

@@ -91,6 +91,12 @@ BlGetVolumeDevicePath(IN PCHAR SystemPath,
OUT PCHAR *ArcName,
OUT PCHAR *Path);
XTCDECL
VOID
BlInitializeBootMenuList(OUT PXTBL_BOOTMENU_ITEM MenuEntries,
OUT PULONG EntriesCount,
OUT PULONG DefaultId);
XTCDECL
EFI_STATUS
BlMemoryAllocatePages(IN UINT64 Pages,