Change OS boot identifier, to be able to load both 'dummy' and 'xtos' modules at the same time
此提交包含在:
@@ -65,7 +65,7 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
|||||||
BlpDummyProtocol.BootSystem = DmBootSystem;
|
BlpDummyProtocol.BootSystem = DmBootSystem;
|
||||||
|
|
||||||
/* Register XTOS boot protocol */
|
/* Register XTOS boot protocol */
|
||||||
XtLdrProtocol->Boot.RegisterProtocol(L"XTOS", &DummyGuid);
|
XtLdrProtocol->Boot.RegisterProtocol(L"DUMMYOS", &DummyGuid);
|
||||||
|
|
||||||
/* Register DUMMY protocol as XTOS boot protocol */
|
/* Register DUMMY protocol as XTOS boot protocol */
|
||||||
return XtLdrProtocol->Protocol.Install(&BlpDummyProtocol, &DummyGuid);
|
return XtLdrProtocol->Protocol.Install(&BlpDummyProtocol, &DummyGuid);
|
||||||
|
新增問題並參考
封鎖使用者