aboutsummaryrefslogtreecommitdiff
path: root/src/utils/paging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/paging.h')
-rw-r--r--src/utils/paging.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/utils/paging.h b/src/utils/paging.h
deleted file mode 100644
index 3e6b3f8..0000000
--- a/src/utils/paging.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef PAGING_H
-#define PAGING_H
-
-#define PAGING_CR0_BIT 0x80000000
-#define PAGING_DIR_LOCATION 0x1000
-#define PAGING_TABLE_LOCATION 0x5000
-
-void paging_enable();
-
-#endif \ No newline at end of file