mirror of
https://github.com/brain-hackers/brainlilo
synced 2024-12-22 12:10:05 +09:00
Wait 1sec before jumping to U-Boot
This commit is contained in:
parent
00bcb28e49
commit
5e107add0a
@ -180,6 +180,8 @@ __attribute__((noreturn)) static DWORD EDNA2_callKernelEntryPoint()
|
|||||||
outputDebugMessage(L"BrainLILO: injecting code to internal ram");
|
outputDebugMessage(L"BrainLILO: injecting code to internal ram");
|
||||||
EDNA2_installPhysicalInvoker();
|
EDNA2_installPhysicalInvoker();
|
||||||
outputDebugMessage(L"BrainLILO: invoking");
|
outputDebugMessage(L"BrainLILO: invoking");
|
||||||
|
Sleep(1000);
|
||||||
|
|
||||||
EDNA2_runPhysicalInvoker();
|
EDNA2_runPhysicalInvoker();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user