BarryServer : Git

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

// Related

Nucleus

Barry Basic paging bc5e11e (3 years, 3 months ago)
diff --git a/memory/paging.h b/memory/paging.h
new file mode 100644
index 0000000..636ca86
--- /dev/null
+++ b/memory/paging.h
@@ -0,0 +1,9 @@
+#ifndef MEMORY_PAGING_H
+#define MEMORY_PAGING_H
+
+#include <stdint.h>
+#include <nucleus/cpu.h>
+
+void early_page_fault_handler(struct InterruptFrame *frame, uint32_t err);
+
+#endif