diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-06 16:31:19 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-06 16:31:19 +0000 |
| commit | 2067ca185220348b70b35c96e175dfb87cc05592 (patch) | |
| tree | 860578e275ec43cef12f4bfb355d258b918ea135 /kc/core/Makefile | |
| parent | 7b91c46a8ebf38b2c1c80c1f1e63c4d4dfd10640 (diff) | |
we have kprintf()
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 b0f4035..6874179 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 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 + kcc_memory.o string.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
