This commit is contained in:
Alexander Huddleston 2017-06-27 02:47:10 -05:00
commit b031a19f91

View file

@ -47,7 +47,6 @@ private:
static ContFramePool * kernel_mem_pool; /* Frame pool for the kernel memory */ static ContFramePool * kernel_mem_pool; /* Frame pool for the kernel memory */
static ContFramePool * process_mem_pool; /* Frame pool for the process memory */ static ContFramePool * process_mem_pool; /* Frame pool for the process memory */
static unsigned long shared_size; /* size of shared address space */ static unsigned long shared_size; /* size of shared address space */
static PageTable a_page_table;
/* DATA FOR CURRENT PAGE TABLE */ /* DATA FOR CURRENT PAGE TABLE */
unsigned long * page_directory; /* where is page directory located? */ unsigned long * page_directory; /* where is page directory located? */