diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-01-09 16:14:33 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-01-09 16:14:33 +0000 |
| commit | 1780316042cf560b52b9692ef3ee84f0b5067ab8 (patch) | |
| tree | fcab78f1e8c392acab4d29076622220901923fda /kc | |
| parent | 84135a015ecdd8ea5bdc7ef7b2e943cf2bab52fe (diff) | |
removed superfluous decl
Diffstat (limited to 'kc')
| -rw-r--r-- | kc/core/memory.c | 2 |
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; |
