aboutsummaryrefslogtreecommitdiff
path: root/include/09.paging/paging01.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/09.paging/paging01.c')
-rw-r--r--include/09.paging/paging01.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/09.paging/paging01.c b/include/09.paging/paging01.c
deleted file mode 100644
index 0789338..0000000
--- a/include/09.paging/paging01.c
+++ /dev/null
@@ -1,3 +0,0 @@
-extern void loadPageDirectory(uint32_t*);
-extern void enablePaging();
-uint32_t page_directory[1024] __attribute__((aligned(4096)));