diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-11-28 16:06:15 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-11-28 16:06:15 +0100 |
| commit | 1db039ca1c67e8daba8b5ec6d5158cb2110e1410 (patch) | |
| tree | 0e90979d364a29bd21f46642e1a7eac9fbe19caa /kapi/CMakeLists.txt | |
| parent | 75dccce516db9ee4a43108015f78a9e99b21144f (diff) | |
| download | teachos-1db039ca1c67e8daba8b5ec6d5158cb2110e1410.tar.xz teachos-1db039ca1c67e8daba8b5ec6d5158cb2110e1410.zip | |
x86_64: port basic page and page table abstractions
Diffstat (limited to 'kapi/CMakeLists.txt')
| -rw-r--r-- | kapi/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kapi/CMakeLists.txt b/kapi/CMakeLists.txt index 553b9ba..ca26615 100644 --- a/kapi/CMakeLists.txt +++ b/kapi/CMakeLists.txt @@ -8,6 +8,10 @@ target_sources("kapi" PUBLIC "include/kapi/boot.hpp" "include/kapi/cio.hpp" "include/kapi/memory.hpp" + "include/kapi/memory/address.hpp" + "include/kapi/memory/frame_allocator.hpp" + "include/kapi/memory/frame.hpp" + "include/kapi/memory/page.hpp" "include/kapi/system.hpp" ) |
