aboutsummaryrefslogtreecommitdiff
path: root/src/utils/paging.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
commit39713a3736145483dd3310c3605f940ca34f05c3 (patch)
treed4dcdf0f3b667a5d706aa4b04501a71facf186bd /src/utils/paging.h
parent6edeba8fe208fb019aec00fdc72b97407a8078d3 (diff)
Refactoring
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