forked from xt-sys/exectos
Initial version of the kernel initialization block, needed to start the kernel
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