Initial version of the kernel initialization block, needed to start the kernel
Alle checks waren succesvol
ci/woodpecker/push/build Pipeline was successful
Alle checks waren succesvol
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(;;);
|
||||
|
Verwijs in nieuw issue
Block a user