diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-02-14 00:02:55 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-02-14 00:02:55 +0000 |
| commit | ec04c40823f1a4265be8a6f81cbf5776dc2b2495 (patch) | |
| tree | f4a5f5e2301ec3ac15773fadf658315689a74ceb /kc/core/Makefile | |
| parent | 6cdf57afc0a1da4abec33527cc70626d704ba565 (diff) | |
ps2 driver
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 8a9c9fd..7abf20b 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -14,7 +14,7 @@ GOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o \ kprintf.o serial.o port.o mmu.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 irq.o kcc_memory.o string.o pic8259.o pic8259_isr.o \ - pit8253.o page_early.o page_stack.o kstdio.o video.o + pit8253.o page_early.o page_stack.o kstdio.o video.o i8042.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
