forked from xamidev/pepperOS
Fix braces + init_paging args
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
#include <stdint.h>
|
||||
#include <limine.h>
|
||||
#include "mem/heap/kheap.h"
|
||||
#include <kernel.h>
|
||||
|
||||
void paging_init();
|
||||
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);
|
||||
|
||||
// To swap root page tables
|
||||
|
||||
Reference in New Issue
Block a user