mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[csrss] Don't expect ReactOS to always boot from C:\ReactOS (that's not the case for LiveCD)
svn path=/trunk/; revision=46170
This commit is contained in:
@@ -622,7 +622,7 @@ CsrpLoadKernelModeDriver (int argc, char ** argv, char ** envp)
|
||||
WCHAR ImagePath [MAX_PATH + 1] = {0};
|
||||
UNICODE_STRING ModuleName;
|
||||
|
||||
wcscpy (ImagePath, L"\\??\\c:\\reactos\\system32\\win32k.sys");
|
||||
wcscpy (ImagePath, L"\\SYSTEMROOT\\system32\\win32k.sys");
|
||||
// wcscat (ImagePath, Data);
|
||||
RtlInitUnicodeString (& ModuleName, ImagePath);
|
||||
Status = NtSetSystemInformation(/* FIXME: SystemLoadAndCallImage */
|
||||
|
||||
Reference in New Issue
Block a user