aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-19 13:15:45 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-19 13:15:45 +0000
commita2fdcea0d7615f8933401e45e0c64a2f618bb730 (patch)
tree805cbb09342459992a9c56609477a907a20c8e0d /arch/x86_64/CMakeLists.txt
parentb6ce3a41fb53eabc6fde12c13f598d228435642a (diff)
downloadteachos-a2fdcea0d7615f8933401e45e0c64a2f618bb730.tar.xz
teachos-a2fdcea0d7615f8933401e45e0c64a2f618bb730.zip
Move compelte multiboot2 code into seperate files and behaviour into seperate static class
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 3f67d71..7ddf303 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -41,7 +41,9 @@ target_sources("_video" PRIVATE
#]============================================================================]
target_sources("_memory" PRIVATE
- "src/memory/multiboot.cpp"
+ "src/memory/multiboot/elf_symbols_section.cpp"
+ "src/memory/multiboot/memory_map.cpp"
+ "src/memory/multiboot/reader.cpp"
"src/memory/frame_allocator.cpp"
"src/memory/paging.cpp"
)