Initial version of the kernel initialization block, needed to start the kernel

This commit is contained in:
2022-11-12 23:17:44 +01:00
parent 2dd7b09fbb
commit e37e5b97af
3 changed files with 60 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
*/
XTAPI
VOID
KeStartXtSystem()
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK LoaderBlock)
{
/* Enter infinite kernel thread loop */
for(;;);