Small kernel heap for VMM internals, kmalloc/kfree
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <limine.h>
|
||||
|
||||
void paging_init(struct limine_kernel_address_response* kaddr, struct limine_framebuffer* fb);
|
||||
void paging_map_page(uint64_t* root_table, uint64_t virt, uint64_t phys, uint64_t flags);
|
||||
|
||||
extern uint64_t hhdm_off;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user