mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +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:
parent
268cdeec5f
commit
422b433150
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ CsrpLoadKernelModeDriver (int argc, char ** argv, char ** envp)
|
||||||
WCHAR ImagePath [MAX_PATH + 1] = {0};
|
WCHAR ImagePath [MAX_PATH + 1] = {0};
|
||||||
UNICODE_STRING ModuleName;
|
UNICODE_STRING ModuleName;
|
||||||
|
|
||||||
wcscpy (ImagePath, L"\\??\\c:\\reactos\\system32\\win32k.sys");
|
wcscpy (ImagePath, L"\\SYSTEMROOT\\system32\\win32k.sys");
|
||||||
// wcscat (ImagePath, Data);
|
// wcscat (ImagePath, Data);
|
||||||
RtlInitUnicodeString (& ModuleName, ImagePath);
|
RtlInitUnicodeString (& ModuleName, ImagePath);
|
||||||
Status = NtSetSystemInformation(/* FIXME: SystemLoadAndCallImage */
|
Status = NtSetSystemInformation(/* FIXME: SystemLoadAndCallImage */
|
||||||
|
|
Loading…
Reference in a new issue