diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-01-02 02:38:09 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-01-02 02:38:09 +0000 |
| commit | 76cb5ad6bc6d020c4288fe558cfc15259e7807e0 (patch) | |
| tree | 2a82f02f7f058c26abe29755a4493be56a905004 /kc/core/Makefile | |
| parent | c3b0048d920cbb1f3698d4cf1424c161c08d573f (diff) | |
vm tree bb
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 85cdb53..53f1cea 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -12,7 +12,7 @@ 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 \ - exceptions.o panic.o + vm_tree.o exceptions.o panic.o IOBJS := # __attribute__((interrupt)) requires -mgeneral-regs-only |
