aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-20 17:34:56 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-20 17:34:56 +0100
commit69b8b89542530eb7360dddd0875610f4cca9268b (patch)
treef9d0a395d8e4b7e69a21718d8c00e2fbb21b4682 /arch/x86_64/CMakeLists.txt
parent2f9e3917ef86ac0b00a517394df8a903c97770e1 (diff)
downloadteachos-69b8b89542530eb7360dddd0875610f4cca9268b.tar.xz
teachos-69b8b89542530eb7360dddd0875610f4cca9268b.zip
x86_64/cpu: move gdt initialization code
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 4ae09ff..f053982 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -18,6 +18,9 @@ target_sources("x86_64" PRIVATE
"kapi/memory.cpp"
"kapi/system.cpp"
+ # CPU Initialization
+ "src/cpu/initialization.cpp"
+
# Low-level bootstrap
"src/boot/boot32.S"
"src/boot/entry64.s"