Merge branch 'master' of https://github.tamu.edu/shadow8t4/CSCE410
This commit is contained in:
commit
b031a19f91
1 changed files with 0 additions and 1 deletions
|
@ -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? */
|
||||||
|
|
Reference in a new issue