Upgrade VMM for processes

This commit is contained in:
2026-03-22 09:03:43 +01:00
parent 3ae56bbad5
commit ac788c55d3
9 changed files with 233 additions and 69 deletions
+2
View File
@@ -16,9 +16,11 @@
void paging_init(struct boot_context boot_ctx);
void paging_map_page(uint64_t* root_table, uint64_t virt, uint64_t phys, uint64_t flags);
uint64_t* alloc_page_table();
// To swap root page tables
void load_cr3(uint64_t value);
void invlpg(void *addr);
extern uint64_t hhdm_off;