From e024c54be1b94093171eb4182c5fc21db5b2d7e2 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 14 Feb 2022 16:13:23 +0000 Subject: more task scheduling work, scheduler appears to work without crashing --- kc/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc/core/Makefile') diff --git a/kc/core/Makefile b/kc/core/Makefile index 6674318..49083bc 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -13,7 +13,7 @@ SOBJS := GOBJS := entry_x86_64.o reloc_x86_64.o kprint.o serial.o port.o \ kc_main.o memory.o memset.o memcpy.o memmove.o memcmp.o cpu.o \ vm_tree.o exceptions.o panic.o msr.o task.o cpu_task.o \ - kcc_memory.o string.o pic8259.o pic8259_isr.o pit8253.o + kcc_memory.o string.o pic8259.o pic8259_isr.o pit8253.o timer.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only -- cgit v1.3.1-1-g115d