[MM]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 18 Nov 2009 21:35:14 +0000 (21:35 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 18 Nov 2009 21:35:14 +0000 (21:35 +0000)
commit84c2495bb91cfa5a0dc33354b4e7d56e40e857ba
treefac187b31a43c3b30cf3a61bc2a21ab40eccf515
parent84c574f9feabf2c84c6c21d4f872fabfdf8b2fc9
[MM]
Implement MiBuildPagedPool. Refactor MmArmInitSystem. Use a hardcoded address for the PFN database, this might not be identical to windows, but it makes things simpler and there's no real point in dynamically putting it below the non paged pool. Use a global MxPhase to decide whether to do early page allocations using MxAllocEarlyPage or use MmAllocPage in phase 1. Paged pool allocations work now, but the page fault isn't handled yet.

svn path=/branches/ros-amd64-bringup/; revision=44229
reactos/ntoskrnl/mm/amd64/init.c