BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 38845f150efcc71b9d36e3e3ed5d8584024c92b9 / memory / paging.h

// Related

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);