XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit 927d256038 - Show all commits

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);
}