forked from xt-sys/exectos
Add debug screen clear at end of kernel initialization
This commit is contained in:
@@ -109,6 +109,7 @@ KepStartKernel(VOID)
|
||||
CurrentProcess->ActiveProcessors |= (ULONG_PTR)1 << Prcb->CpuNumber;
|
||||
|
||||
/* Enter infinite loop */
|
||||
HlClearScreen(0x7F7F7FFF);
|
||||
DebugPrint(L"KepStartKernel() finished. Entering infinite loop.\n");
|
||||
for(;;);
|
||||
}
|
||||
|
Reference in New Issue
Block a user