aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-12 14:26:16 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-12 14:26:16 +0100
commit4bf9eded3a5d6b007ba79a5716143fa8b3a5aaf6 (patch)
tree5ffcfb9b12afd58627a52498f232c798b273a351 /CMakeLists.txt
parent5f695cd3519d8a09a53485c08971f49ed92969ff (diff)
downloadteachos-4bf9eded3a5d6b007ba79a5716143fa8b3a5aaf6.tar.xz
teachos-4bf9eded3a5d6b007ba79a5716143fa8b3a5aaf6.zip
kapi: move platform independent implementation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c348d0..d973268 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,6 +73,10 @@ add_subdirectory("libs")
add_executable("kernel"
"src/kstd.cpp"
"src/main.cpp"
+
+ # Platform Independent KAPI implementation
+ "src/kapi/cio.cpp"
+ "src/kapi/system.cpp"
)
target_link_libraries("kernel" PRIVATE