Nucleus
Barry Paging structure lookup 38845f1 (3 years, 3 months ago)diff --git a/memory/paging.h b/memory/paging.h index 636ca86..284d0e3 100644 --- a/memory/paging.h +++ b/memory/paging.h @@ -3,6 +3,9 @@ #include <stdint.h> #include <nucleus/cpu.h> +#include <nucleus/memory.h> + +extern page_t zeroFrame; void early_page_fault_handler(struct InterruptFrame *frame, uint32_t err);