Initial version of the kernel initialization block, needed to start the kernel
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
XTAPI
|
||||
VOID
|
||||
KeStartXtSystem()
|
||||
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK LoaderBlock)
|
||||
{
|
||||
/* Enter infinite kernel thread loop */
|
||||
for(;;);
|
||||
|
Reference in New Issue
Block a user