mirror of
https://github.com/brain-hackers/brainlilo
synced 2024-11-01 07:48:00 +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");
|
||||
EDNA2_installPhysicalInvoker();
|
||||
outputDebugMessage(L"BrainLILO: invoking");
|
||||
Sleep(1000);
|
||||
|
||||
EDNA2_runPhysicalInvoker();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user