diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-01-16 13:55:51 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-01-16 13:55:51 +0100 |
| commit | 159bdd2cac3f967c31c2f416fbc542e0277ec860 (patch) | |
| tree | 328f69d3490a4a7e95bb86fe2ccdc7a8bd877890 /arch/x86_64/CMakeLists.txt | |
| parent | f3362a5e486582854c4e85ea54d2357d3b3b2f60 (diff) | |
| download | teachos-159bdd2cac3f967c31c2f416fbc542e0277ec860.tar.xz teachos-159bdd2cac3f967c31c2f416fbc542e0277ec860.zip | |
kapi/system: introduce memory_initialized hook
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 413b5aa..9ea10e9 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -15,6 +15,7 @@ target_sources("x86_64" PRIVATE "kapi/cio.cpp" "kapi/cpu.cpp" "kapi/memory.cpp" + "kapi/system.cpp" # Low-level bootstrap "src/boot/boot32.S" |
