Implement initial virtual memory layout setup
This commit is contained in:
@@ -20,10 +20,9 @@ XTAPI
|
|||||||
VOID
|
VOID
|
||||||
MM::Manager::InitializeMemoryLayout(VOID)
|
MM::Manager::InitializeMemoryLayout(VOID)
|
||||||
{
|
{
|
||||||
ULONG PhysicalPages;
|
ULONG_PTR PagedPoolSize, PteCount;
|
||||||
|
PFN_NUMBER PfnDatabaseSize, PhysicalPages;
|
||||||
/* Not finished yet */
|
ULONG PtesPerPage;
|
||||||
UNIMPLEMENTED;
|
|
||||||
|
|
||||||
/* Define the number of system PTEs */
|
/* Define the number of system PTEs */
|
||||||
NumberOfSystemPtes = MM_DEFAULT_NUMBER_SYSTEM_PTES;
|
NumberOfSystemPtes = MM_DEFAULT_NUMBER_SYSTEM_PTES;
|
||||||
|
|||||||
Reference in New Issue
Block a user