summaryrefslogtreecommitdiff
path: root/kc
diff options
context:
space:
mode:
Diffstat (limited to 'kc')
-rw-r--r--kc/core/memory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kc/core/memory.c b/kc/core/memory.c
index 0a414da..7421b04 100644
--- a/kc/core/memory.c
+++ b/kc/core/memory.c
@@ -63,8 +63,6 @@ struct vm_object
page_fault_handler_func handler;
};
-extern char kc_image_base;
-
static struct page *const page_array = (struct page *)0xffffffd800000000;
static int first_free_page_index = -1;
static size_t page_array_entries = 0;