diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-02-26 11:24:27 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-17 16:42:10 +0100 |
| commit | 035c8d6e38fd901e6769a81f67b8d9e1e3fcea20 (patch) | |
| tree | 5ca549e23b86529fa65045e2f63cdc8411e165ba /kernel/CMakeLists.txt | |
| parent | ea8172296fa5b56137f97c01650b8d392bdb897f (diff) | |
| download | teachos-035c8d6e38fd901e6769a81f67b8d9e1e3fcea20.tar.xz teachos-035c8d6e38fd901e6769a81f67b8d9e1e3fcea20.zip | |
implemented boot_modules and boot_module_registry, init boot_modules in kernel main
Diffstat (limited to 'kernel/CMakeLists.txt')
| -rw-r--r-- | kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 02e517c..b7b7c71 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -1,5 +1,6 @@ add_executable("kernel" # Platform-independent KAPI implementation + "kapi/boot_modules.cpp" "kapi/cio.cpp" "kapi/memory.cpp" "kapi/system.cpp" |
