From 9f0867393f702e943cb680028dafec4886d3ba63 Mon Sep 17 00:00:00 2001 From: ngiddings Date: Wed, 14 Apr 2021 00:52:56 -0500 Subject: [PATCH] Some cleanup in quark_x86.c --- src/x86/quark_x86.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/x86/quark_x86.c b/src/x86/quark_x86.c index 9ac084d..8a29541 100644 --- a/src/x86/quark_x86.c +++ b/src/x86/quark_x86.c @@ -35,8 +35,6 @@ struct idt_info_t void *location; }; - - extern int _kernelEnd; void lidt(struct interrupt_descriptor_t *idt) @@ -103,8 +101,6 @@ int initialize(void *multiboot_info) page_stack.stack_pointer = 0xFFC00000; page_stack.limit_pointer = 0xFF900000; initialize_page_stack(&page_stack, &boot_info.map, 4096); - - // TODO: Initialize process queue for(int i = 0; i < boot_info.module_count; i++) { load_module(&kernel, &boot_info.modules[i]);