Change OS boot identifier, to be able to load both 'dummy' and 'xtos' modules at the same time
This commit is contained in:
parent
a6b8f97fbb
commit
170b11f7a2
@ -65,7 +65,7 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
||||
BlpDummyProtocol.BootSystem = DmBootSystem;
|
||||
|
||||
/* Register XTOS boot protocol */
|
||||
XtLdrProtocol->Boot.RegisterProtocol(L"XTOS", &DummyGuid);
|
||||
XtLdrProtocol->Boot.RegisterProtocol(L"DUMMYOS", &DummyGuid);
|
||||
|
||||
/* Register DUMMY protocol as XTOS boot protocol */
|
||||
return XtLdrProtocol->Protocol.Install(&BlpDummyProtocol, &DummyGuid);
|
||||
|
Loading…
Reference in New Issue
Block a user