- 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.


svn path=/trunk/; revision=41577
This commit is contained in:
ReactOS Portable Systems Group 2009-06-23 09:23:16 +00:00
parent 25941abce1
commit d11a34b5ed

View file

@ -121,7 +121,7 @@ MiSyncARM3WithROS(IN PVOID AddressStart,
// //
// This both odious and heinous // This both odious and heinous
// //
extern PULONG MmGlobalKernelPageDirectory; extern ULONG MmGlobalKernelPageDirectory[1024];
MmGlobalKernelPageDirectory[Pde] = ((PULONG)PAGEDIRECTORY_MAP)[Pde]; MmGlobalKernelPageDirectory[Pde] = ((PULONG)PAGEDIRECTORY_MAP)[Pde];
Pde++; Pde++;
} }