diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-04 10:41:24 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-04 10:41:24 +0000 |
| commit | 7b91c46a8ebf38b2c1c80c1f1e63c4d4dfd10640 (patch) | |
| tree | d1ecf22568d6de100c5dce601b8166c8abbae2b7 /kc/core/Makefile | |
| parent | f0c062df0c2a674d67af12eb5e18f22bd8412c15 (diff) | |
header reworking, beginning memory.c refactoring
Diffstat (limited to 'kc/core/Makefile')
| -rw-r--r-- | kc/core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile index 7458ba5..b0f4035 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -12,7 +12,8 @@ CFLAGS += -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g 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 + vm_tree.o exceptions.o panic.o msr.o task.o cpu_task.o \ + kcc_memory.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
