aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-14 15:21:52 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-14 15:21:52 +0000
commiteafe8533bb5ccbe15bd8ffbc917b38122b04a157 (patch)
tree53a04ecb68f816a71400e27452bb8393f23a80d3 /arch/x86_64/CMakeLists.txt
parent4909c80b31f3198030d3e666db87cfd39ac87c6f (diff)
downloadteachos-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.txt1
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"