diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-19 13:15:45 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-19 13:15:45 +0000 |
| commit | a2fdcea0d7615f8933401e45e0c64a2f618bb730 (patch) | |
| tree | 805cbb09342459992a9c56609477a907a20c8e0d /arch/x86_64/CMakeLists.txt | |
| parent | b6ce3a41fb53eabc6fde12c13f598d228435642a (diff) | |
| download | teachos-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.txt | 4 |
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" ) |
