Created
February 11, 2015 19:01
-
-
Save wecing/d8d56434f15043ce57e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// UVPT maps the env's own page table read-only. | |
// Permissions: kernel R, user R | |
e->env_pgdir[PDX(UVPT)] = PADDR(e->env_pgdir) | PTE_P | PTE_U; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment