[ros-diffs] [sir_richard] 56039: [NTOS]: Use ARM3 sections for the NLS mapping -- excercises both the system mapping as well as the per-process mapping. WorksForMe(c). Hopefully things will be better than last...

sir_richard at svn.reactos.org sir_richard at svn.reactos.org
Mon Mar 5 17:10:51 UTC 2012


Author: sir_richard
Date: Mon Mar  5 17:10:51 2012
New Revision: 56039

URL: http://svn.reactos.org/svn/reactos?rev=56039&view=rev
Log:
[NTOS]: Use ARM3 sections for the NLS mapping -- excercises both the system mapping as well as the per-process mapping. WorksForMe(c). Hopefully things will be better than last time now, and their usage can increase.

Modified:
    trunk/reactos/ntoskrnl/ex/init.c

Modified: trunk/reactos/ntoskrnl/ex/init.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/init.c?rev=56039&r1=56038&r2=56039&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ex/init.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ex/init.c [iso-8859-1] Mon Mar  5 17:10:51 2012
@@ -298,7 +298,7 @@
                              NULL,
                              &SectionSize,
                              PAGE_READWRITE,
-                             SEC_COMMIT,// | 0x1,
+                             SEC_COMMIT | 0x1,
                              NULL);
     if (!NT_SUCCESS(Status))
     {




More information about the Ros-diffs mailing list