diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 15:03:42 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 15:03:42 -0400 |
commit | 772717dc22e04b4d168d0f77bee6b6357118768c (patch) | |
tree | 9da95703c3376091904e295930104b51c280008d /include/arch/x86_64/page-mapping.h | |
parent | 7ee9347560768641096df68c545ac085a20233e4 (diff) | |
download | jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.tar.gz jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.tar.bz2 jove-kernel-772717dc22e04b4d168d0f77bee6b6357118768c.zip |
refactor KO_MEMORY_MAPPING invokemain
Diffstat (limited to 'include/arch/x86_64/page-mapping.h')
-rw-r--r-- | include/arch/x86_64/page-mapping.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/arch/x86_64/page-mapping.h b/include/arch/x86_64/page-mapping.h new file mode 100644 index 0000000..bc495dd --- /dev/null +++ b/include/arch/x86_64/page-mapping.h @@ -0,0 +1,8 @@ +#ifndef _JOVE_ARCH_x86_64_PAGE_MAPPING_H +#define _JOVE_ARCH_x86_64_PAGE_MAPPING_H 1 + +#include "arch/x86_64/page.h" + +pmle_t *page_mapping_traverse(pmle_t *pml4, uint8_t depth, uint16_t *path); + +#endif |