Skip to content

Instantly share code, notes, and snippets.

@wecing
Created February 11, 2015 19:01
Show Gist options
  • Save wecing/d8d56434f15043ce57e2 to your computer and use it in GitHub Desktop.
Save wecing/d8d56434f15043ce57e2 to your computer and use it in GitHub Desktop.
// 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