- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / reactos / ntoskrnl / ke / i386 / kiinit.c
index 032a6b3..2a0a0e7 100644 (file)
@@ -533,9 +533,6 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
             0,
             4096);
 
-    /* Sets up the Text Sections of the Kernel and HAL for debugging */
-    LdrInit1();
-
     /* Set the NX Support policy */
     SharedUserData->NXSupportPolicy = (UCHAR)NXSupportPolicy;
 
@@ -786,5 +783,3 @@ AppCpuInit:
     /* Jump into the idle loop */
     KiIdleLoop();
 }
-
-