Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework NestedPageTable #3

Open
3 tasks
not-matthias opened this issue Jan 16, 2022 · 0 comments
Open
3 tasks

Rework NestedPageTable #3

not-matthias opened this issue Jan 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@not-matthias
Copy link
Owner

not-matthias commented Jan 16, 2022

Instead of using the identify npt, we should allocate a dynamic npt over the system physical memory ranges.

  • Add option to use dynamically allocated NPT (replace with current implementation?)
  • Rename AccessType to Perm/Permission
  • Add Level enum that responds to the page level that should be used.
    • If you want to allocate a NPT with huge pages, Level::1GB should be used.
    • Other levels should be: Level::2MB and Level::4KB
@not-matthias not-matthias added the enhancement New feature or request label Jan 16, 2022
@not-matthias not-matthias changed the title Dynamic NPT Rework NestedPageTable Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant