Merge branch 'lab3' into lab4

This commit is contained in:
Danila Fedorin 2019-05-02 17:08:09 -07:00
commit 46e7d21fbf
1 changed files with 0 additions and 5 deletions

View File

@ -213,11 +213,6 @@ mem_init(void)
boot_map_region(kern_pgdir,
KSTACKTOP-KSTKSIZE, KSTKSIZE,
PADDR(bootstack), PTE_W);
<<<<<<< HEAD
kern_pgdir[PDX(KSTACKTOP-KSTKSIZE)] |= PTE_W;
kern_pgdir[PDX(KSTACKTOP-KSTKSIZE)] &= ~PTE_U;
=======
>>>>>>> lab2
//////////////////////////////////////////////////////////////////////
// Map all of physical memory at KERNBASE.