aboutsummaryrefslogtreecommitdiff
path: root/kapi/CMakeLists.txt
diff options
context:
space:
mode:
authorLukas Oesch <lukasoesch20@gmail.com>2026-02-26 11:24:27 +0100
committerLukas Oesch <lukasoesch20@gmail.com>2026-03-17 16:42:10 +0100
commit035c8d6e38fd901e6769a81f67b8d9e1e3fcea20 (patch)
tree5ca549e23b86529fa65045e2f63cdc8411e165ba /kapi/CMakeLists.txt
parentea8172296fa5b56137f97c01650b8d392bdb897f (diff)
downloadteachos-035c8d6e38fd901e6769a81f67b8d9e1e3fcea20.tar.xz
teachos-035c8d6e38fd901e6769a81f67b8d9e1e3fcea20.zip
implemented boot_modules and boot_module_registry, init boot_modules in kernel main
Diffstat (limited to 'kapi/CMakeLists.txt')
-rw-r--r--kapi/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/kapi/CMakeLists.txt b/kapi/CMakeLists.txt
index 5e914bb..028cdbb 100644
--- a/kapi/CMakeLists.txt
+++ b/kapi/CMakeLists.txt
@@ -5,8 +5,11 @@ target_sources("kapi" PUBLIC
FILE_SET HEADERS
BASE_DIRS "include"
FILES
+ "include/kapi/boot_modules.hpp"
"include/kapi/boot.hpp"
"include/kapi/cio.hpp"
+ "include/kapi/boot_module/boot_module.hpp"
+ "include/kapi/boot_module/boot_module_registry.hpp"
"include/kapi/memory.hpp"
"include/kapi/memory/address.hpp"
"include/kapi/memory/frame_allocator.hpp"