diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-20 13:17:24 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-20 13:17:24 +0000 |
| commit | 49ae81912f3a440f1958e86296d468ec669f71a2 (patch) | |
| tree | c4bfc83e68fc5e279c0e56e7d1821b07ba0d412f /arch/x86_64/include | |
| parent | 1b03bcecac1276b486e17daf0384de7fa203d974 (diff) | |
| download | teachos-49ae81912f3a440f1958e86296d468ec669f71a2.tar.xz teachos-49ae81912f3a440f1958e86296d468ec669f71a2.zip | |
Fix active page table cpp
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/memory/paging/active_page_table.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/active_page_table.hpp b/arch/x86_64/include/arch/memory/paging/active_page_table.hpp index 4a94b40..3933d5a 100644 --- a/arch/x86_64/include/arch/memory/paging/active_page_table.hpp +++ b/arch/x86_64/include/arch/memory/paging/active_page_table.hpp @@ -28,4 +28,5 @@ namespace teachos::arch::memory::paging page_table * level4_page_table; ///< The active level4 page table. }; } // namespace teachos::arch::memory::paging -#endif
\ No newline at end of file + +#endif // TEACHOS_ARCH_X86_64_MEMORY_PAGING_VIRTUAL_PAGE_HPP |
