diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-01-23 00:24:57 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-01-23 00:24:57 +0000 |
| commit | d855c0a219a180497c2e50f9bc19bfce69b937a6 (patch) | |
| tree | 1ff8523d41b222fb356fb3404d2a53c26a7d6a3d /kc/core/Makefile | |
| parent | edd52bd1464ee9ae4f0cdf7ff90a20ca175580fe (diff) | |
it printfs with the efi interface
Diffstat (limited to 'kc/core/Makefile')
| -rw-r--r-- | kc/core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile index f56fc7c..dbbeef1 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -9,6 +9,8 @@ TARGET := kernel.os CPPFLAGS += -I../../api -I../api -I../../lib -I. CFLAGS += -mcmodel=small -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g +LDSCRIPT := ../kc.ld + AOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o COBJS := mmu.o cpu_task.o irq.o exceptions.o cpu.o msr.o mmu.o port.o POBJS := pic8259.o pic8259_isr.o pit8253.o i8042.o |
