Early print XTLDR version
This commit is contained in:
parent
f161b37faf
commit
a99ce415ca
@ -33,8 +33,12 @@ BmStartXtLoader(IN EFI_HANDLE ImageHandle,
|
|||||||
EfiImageHandle = ImageHandle;
|
EfiImageHandle = ImageHandle;
|
||||||
EfiSystemTable = SystemTable;
|
EfiSystemTable = SystemTable;
|
||||||
|
|
||||||
/* Initialize UEFI console */
|
/* Initialize UEFI console and early print XTLDR version */
|
||||||
BmInitializeConsole();
|
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 */
|
/* This point should be never reached, if this happen return error code */
|
||||||
return STATUS_EFI_LOAD_ERROR;
|
return STATUS_EFI_LOAD_ERROR;
|
||||||
|
Loading…
Reference in New Issue
Block a user