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=5603... ============================================================================== --- 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)) {