diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-14 15:21:52 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-14 15:21:52 +0000 |
| commit | eafe8533bb5ccbe15bd8ffbc917b38122b04a157 (patch) | |
| tree | 53a04ecb68f816a71400e27452bb8393f23a80d3 /arch/x86_64/CMakeLists.txt | |
| parent | 4909c80b31f3198030d3e666db87cfd39ac87c6f (diff) | |
| download | teachos-eafe8533bb5ccbe15bd8ffbc917b38122b04a157.tar.xz teachos-eafe8533bb5ccbe15bd8ffbc917b38122b04a157.zip | |
Add stack frame allocator. Fix stl vector bug and create stl stack implementation
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 8f5b9bd..71b1946 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -54,6 +54,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/stack_frame_allocator.cpp" "src/memory/allocator/tiny_frame_allocator.cpp" "src/memory/allocator/physical_frame.cpp" "src/memory/paging/page_entry.cpp" |
