x86_64: pmap: implement pmap_add()

This commit is contained in:
2023-05-01 18:12:07 +01:00
parent fbbe339f72
commit 654e54653c
2 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ typedef ml_pmap_t pmap_t;
typedef ml_pfn_t pfn_t;
enum pmap_flags {
PMAP_NORMAL = 0x00u,
PMAP_HUGEPAGE = 0x01u,
};