Early print XTLDR version
This commit is contained in:
parent
f161b37faf
commit
a99ce415ca
@ -33,8 +33,12 @@ BmStartXtLoader(IN EFI_HANDLE ImageHandle,
|
||||
EfiImageHandle = ImageHandle;
|
||||
EfiSystemTable = SystemTable;
|
||||
|
||||
/* Initialize UEFI console */
|
||||
/* Initialize UEFI console and early print XTLDR version */
|
||||
BmInitializeConsole();
|
||||
BmPrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
|
||||
|
||||
/* Temporary infinite loop */
|
||||
for(;;);
|
||||
|
||||
/* This point should be never reached, if this happen return error code */
|
||||
return STATUS_EFI_LOAD_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user