diff options
| author | Ada Christine <adachristine18@gmail.com> | 2026-05-23 13:50:05 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2026-05-23 13:50:05 +0000 |
| commit | 6fbb95277b736e3f271c9586a59a500f2a5ba48a (patch) | |
| tree | 26c82cdf60353c9acc2848c9e12c609b9d75913b /kc/core/Makefile | |
| parent | 3bbd1849d38ed66afd1ba8abb59ac6cdb12138d6 (diff) | |
rewrote some ugly thread queueing code
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 4b31853..56ddf55 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -10,7 +10,7 @@ CPPFLAGS += -I../../api -I../api -I../../lib -I. CFLAGS += -mcmodel=small -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g AOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o -COBJS := mmu.o cpu_task.o cpu_thread.o irq.o exceptions.o cpu.o msr.o mmu.o port.o arch_thread.o +COBJS := mmu.o cpu_thread.o irq.o exceptions.o cpu.o msr.o mmu.o port.o arch_thread.o POBJS := pic8259.o pic8259_isr.o pit8253.o i8042.o GOBJS := serial.o kc_main.o memory.o vm_tree.o panic.o task.o \ kcc_memory.o page_early.o page_stack.o video.o |
