[ros-diffs] [ros-arm-bringup] 41577: - Jesus Christ man, learn some C, will you? - Fix boot. - The lack of colorful poetry is brought to you by cogent human beings on the West Coast whom you should be thankful haven't gone to bed yet.

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Tue Jun 23 11:23:17 CEST 2009


Author: ros-arm-bringup
Date: Tue Jun 23 13:23:16 2009
New Revision: 41577

URL: http://svn.reactos.org/svn/reactos?rev=41577&view=rev
Log:
- Jesus Christ man, learn some C, will you?
- Fix boot.
- The lack of colorful poetry is brought to you by cogent human beings on the West Coast whom you should be thankful haven't gone to bed yet.


Modified:
    trunk/reactos/ntoskrnl/mm/ARM3/init.c

Modified: trunk/reactos/ntoskrnl/mm/ARM3/init.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/init.c?rev=41577&r1=41576&r2=41577&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/ARM3/init.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/ARM3/init.c [iso-8859-1] Tue Jun 23 13:23:16 2009
@@ -121,7 +121,7 @@
         //
         // This both odious and heinous
         //
-        extern PULONG MmGlobalKernelPageDirectory;
+        extern ULONG MmGlobalKernelPageDirectory[1024];
         MmGlobalKernelPageDirectory[Pde] = ((PULONG)PAGEDIRECTORY_MAP)[Pde];
         Pde++;
     }



More information about the Ros-diffs mailing list