Removing thought added in page_table.H

This commit is contained in:
Alex 2017-06-27 02:38:39 -05:00
parent ff69383462
commit 5e0a5ffec5

View file

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