diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-03-09 16:52:17 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-03-09 16:52:17 +0000 |
| commit | 1a6d41362447531a2ea5ee344c15b9aaa6c2090a (patch) | |
| tree | edeeb090b4948cdb7646071f19416cfd4ab411ea /arch/x86_64/src/memory | |
| parent | 06d5e5872838bd1528493b62b4dc28d44b54aa47 (diff) | |
| download | teachos-1a6d41362447531a2ea5ee344c15b9aaa6c2090a.tar.xz teachos-1a6d41362447531a2ea5ee344c15b9aaa6c2090a.zip | |
Adjust comments and implement remaining interface for STL classes.
Diffstat (limited to 'arch/x86_64/src/memory')
| -rw-r--r-- | arch/x86_64/src/memory/main.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86_64/src/memory/main.cpp b/arch/x86_64/src/memory/main.cpp index 15e89c0..a6f91d9 100644 --- a/arch/x86_64/src/memory/main.cpp +++ b/arch/x86_64/src/memory/main.cpp @@ -7,9 +7,6 @@ #include "arch/memory/heap/heap_allocator.hpp" #include "arch/memory/paging/active_page_table.hpp" #include "arch/memory/paging/kernel_mapper.hpp" -#include "arch/stl/shared_pointer.hpp" -#include "arch/stl/unique_pointer.hpp" -#include "arch/stl/vector.hpp" namespace teachos::arch::memory { @@ -53,4 +50,4 @@ namespace teachos::arch::memory video::vga::text::write("Heap remapping successful", video::vga::text::common_attributes::green_on_black); video::vga::text::newline(); } -} // namespace teachos::arch::memory
\ No newline at end of file +} // namespace teachos::arch::memory |
