Backport the new boot and shutdown screen and slightly modify it for extra awesomenes...
[reactos.git] / reactos / ntoskrnl / mm / mminit.c
index c9a837d..9af5863 100644 (file)
@@ -483,8 +483,8 @@ MmInitSystem(IN ULONG Phase,
         SharedUserData->NumberOfPhysicalPages = MmNumberOfPhysicalPages;
         SharedUserData->LargePageMinimum = 0;
         
-        /* For now, we assume that we're always Server */
-        SharedUserData->NtProductType = NtProductServer;
+        /* 0.3.11-CLT2010 backport: Assume that we're always a workstation! */
+        SharedUserData->NtProductType = NtProductWinNt;
     }
     else if (Phase == 1)
     {