Change OS boot identifier, to be able to load both 'dummy' and 'xtos' modules at the same time
已通過所有檢查
Builds / ExectOS (i686) (push) Successful in 32s
Builds / ExectOS (amd64) (push) Successful in 34s

此提交包含在:
2024-04-29 12:31:18 +02:00
父節點 a6b8f97fbb
當前提交 170b11f7a2

查看文件

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