diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-29 09:31:36 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-29 09:31:36 +0000 |
| commit | dfb0ea2fd7525dd12addf295aef4d642e93ea22a (patch) | |
| tree | 61b4c765816581833b9472680c3b64288b8d0951 /arch/x86_64/CMakeLists.txt | |
| parent | 4e9338075cf30702b922e5aecbc33c18bfd3f759 (diff) | |
| download | teachos-dfb0ea2fd7525dd12addf295aef4d642e93ea22a.tar.xz teachos-dfb0ea2fd7525dd12addf295aef4d642e93ea22a.zip | |
Create tiny frame allocator which holds only 3 frames
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 e1b7352..496752f 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -44,6 +44,7 @@ target_sources("_memory" PRIVATE "src/memory/multiboot/elf_symbols_section.cpp" "src/memory/multiboot/reader.cpp" "src/memory/allocator/area_frame_allocator.cpp" + "src/memory/allocator/tiny_frame_allocator.cpp" "src/memory/allocator/physical_frame.cpp" "src/memory/paging/page_entry.cpp" "src/memory/paging/page_table.cpp" |
