Verify kernel and boot loader compatibility

This commit is contained in:
2023-11-22 17:22:57 +01:00
parent c66ea77a8b
commit d8403d01f5
5 changed files with 36 additions and 30 deletions

View File

@@ -82,9 +82,6 @@ XTAPI
VOID
KepStartKernel(VOID)
{
/* Print debug message */
DebugPrint(L"Starting ExectOS ...\n");
/* Initialize XTOS kernel */
KepInitializeKernel();