summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2026-05-24 11:37:59 +0000
committerAda Christine <adachristine18@gmail.com>2026-05-24 11:37:59 +0000
commitc55c201952cdeb9285e519869f0c0939c3a5be9c (patch)
treef795c1c203bc7068b3ad4aa49e2a7370e210708b
parentd07bd08dd0446e8c41eccaccbb07e9112200e8ee (diff)
arch file to cpu
-rw-r--r--kc/core/Makefile2
-rw-r--r--kc/core/cpu/arch_thread.c (renamed from kc/core/arch_thread.c)0
-rw-r--r--kc/core/cpu/arch_thread.h (renamed from kc/core/arch_thread.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/Makefile b/kc/core/Makefile
index 9791762..730eba7 100644
--- a/kc/core/Makefile
+++ b/kc/core/Makefile
@@ -6,7 +6,7 @@ VPATH := ../../lib ../../lib/libc ../ cpu/ memory/
TARGET := kernel.os
.DEFAULT: $(TARGET)
-CPPFLAGS += -I../../api -I../api -I../../lib/api -I.
+CPPFLAGS += -I../../api -I../api -I../../lib/api -I. -Icpu/
CFLAGS += -mcmodel=small -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g
AOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o
diff --git a/kc/core/arch_thread.c b/kc/core/cpu/arch_thread.c
index c0d707a..c0d707a 100644
--- a/kc/core/arch_thread.c
+++ b/kc/core/cpu/arch_thread.c
diff --git a/kc/core/arch_thread.h b/kc/core/cpu/arch_thread.h
index 2b8d0fb..2b8d0fb 100644
--- a/kc/core/arch_thread.h
+++ b/kc/core/cpu/arch_thread.h