[SMSS2]: Implement SmpTranslateSystemPartitionInformation which sets a few last regis...
[reactos.git] / reactos / subsystems / win32 / csrss / csrsrv / init.c
index e0b1a99..fde310f 100644 (file)
@@ -598,6 +598,7 @@ CsrpRegisterSubsystem (int argc, char ** argv, char ** envp)
        return Status;
 }
 
+#if 0
 /**********************************************************************
  *     CsrpLoadKernelModeDriver/3
  */
@@ -641,6 +642,7 @@ CsrpLoadKernelModeDriver (int argc, char ** argv, char ** envp)
        }
        return Status;
 }
+#endif
 
 /**********************************************************************
  * CsrpCreateApiPort/2
@@ -753,7 +755,7 @@ struct {
        {TRUE, CsrpCreateApiPort,        "create the api port \\Windows\\ApiPort"},
     {TRUE, CsrpCreateHardErrorPort,  "create the hard error port"},
        {TRUE, CsrpCreateObjectDirectory,"create the object directory \\Windows"},
-       {TRUE, CsrpLoadKernelModeDriver, "load Kmode driver"},
+//     {TRUE, CsrpLoadKernelModeDriver, "load Kmode driver"},
        {TRUE, CsrpInitVideo,            "initialize video"},
        {TRUE, CsrpApiRegisterDef,       "initialize api definitions"},
        {TRUE, CsrpCCTS,                 "connect client to server"},