diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-14 16:13:23 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-14 16:22:54 +0000 |
| commit | e024c54be1b94093171eb4182c5fc21db5b2d7e2 (patch) | |
| tree | 9125564493b48f0562da484c628e02730e581cc6 /kc/core/Makefile | |
| parent | f020142891decdf63e5908b4756bcaad9b0f5f7e (diff) | |
more task scheduling work, scheduler appears to work without crashing
Diffstat (limited to 'kc/core/Makefile')
| -rw-r--r-- | kc/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
