rustyvisor
rustyvisor copied to clipboard
Implement Page Table
Use 64 bit paging.
See this tutorial: https://github.com/phil-opp/blog_os/tree/page_tables With significant alterations.
- To bootstrap, clone guest page tables to host page tables.
- Be able to read guest page tables.
- Write host page tables to VMCS.