the system process should be called "System", not "SYSTEM"
Modified: trunk/reactos/ntoskrnl/ps/process.c
--- trunk/reactos/ntoskrnl/ps/process.c 2005-01-23 12:47:42 UTC (rev 13225) +++ trunk/reactos/ntoskrnl/ps/process.c 2005-01-23 18:18:08 UTC (rev 13226) @@ -383,7 +383,7 @@
InitializeListHead(&PsInitialSystemProcess->ThreadListHead); KeReleaseSpinLock(&PsProcessListLock, oldIrql);
- strcpy(PsInitialSystemProcess->ImageFileName, "SYSTEM");
+ strcpy(PsInitialSystemProcess->ImageFileName, "System");
SepCreateSystemProcessToken(PsInitialSystemProcess); }