From 1db039ca1c67e8daba8b5ec6d5158cb2110e1410 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 28 Nov 2025 16:06:15 +0100 Subject: x86_64: port basic page and page table abstractions --- kapi/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kapi/CMakeLists.txt') 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" ) -- cgit v1.2.3