From d855c0a219a180497c2e50f9bc19bfce69b937a6 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 23 Jan 2025 00:24:57 +0000 Subject: it printfs with the efi interface --- kc/core/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kc') 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 -- cgit v1.3.1-1-g115d