diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-28 10:15:18 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-28 10:15:18 +0000 |
| commit | 04b0285d8329e45cea426aa1a8e69203685a4467 (patch) | |
| tree | 00c55d9dffddf3724da38b07427cf3460f883b1e /arch/x86_64/CMakeLists.txt | |
| parent | 58d01f6aae80a66faa5163602c399c28dcf30cb6 (diff) | |
| download | teachos-04b0285d8329e45cea426aa1a8e69203685a4467.tar.xz teachos-04b0285d8329e45cea426aa1a8e69203685a4467.zip | |
Move iterator and container into generic template classes. Use algorithms instead of raw pointer for loops
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 8658ed7..e1b7352 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -42,7 +42,6 @@ target_sources("_video" PRIVATE target_sources("_memory" PRIVATE "src/memory/multiboot/elf_symbols_section.cpp" - "src/memory/multiboot/memory_map.cpp" "src/memory/multiboot/reader.cpp" "src/memory/allocator/area_frame_allocator.cpp" "src/memory/allocator/physical_frame.cpp" |
