Register 'XTOS' boot protocol support
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 25s

This commit is contained in:
Rafal Kupiec 2024-01-03 15:58:55 +01:00
parent dae5900bc7
commit 927d256038
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -544,5 +544,8 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
XtBootProtocol.BootSystem = XtBootSystem;
/* Register XTOS boot protocol */
XtLdrProtocol->Boot.RegisterProtocol(L"XTOS", &Guid);
/* Install XTOS protocol */
return XtLdrProtocol->Protocol.Register(&Guid, &XtBootProtocol);
}