diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-20 11:23:02 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-20 11:23:02 +0000 |
| commit | f47f1468c8c281ee9603b7669f5e685e5f36fa3f (patch) | |
| tree | 4d2950585980dcc8f0e760cc4fe7b8bcedf0e2db /arch/x86_64/include | |
| parent | d407d40ac54f2c714b754623e5cd9c7b9b494b86 (diff) | |
| download | teachos-f47f1468c8c281ee9603b7669f5e685e5f36fa3f.tar.xz teachos-f47f1468c8c281ee9603b7669f5e685e5f36fa3f.zip | |
finalize map_page_to_frame
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/memory/paging/page_entry.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/page_entry.hpp b/arch/x86_64/include/arch/memory/paging/page_entry.hpp index 8dd061f..109735d 100644 --- a/arch/x86_64/include/arch/memory/paging/page_entry.hpp +++ b/arch/x86_64/include/arch/memory/paging/page_entry.hpp @@ -60,7 +60,7 @@ namespace teachos::arch::memory::paging * * @param frame Physical frame that contains the address we want to copy into our underlying std::bitset. */ - auto entry::set_entry(allocator::physical_frame frame, std::bitset<64U> additional_flags) -> void; + auto set_entry(allocator::physical_frame frame, std::bitset<64U> additional_flags) -> void; /** * @brief Checks if the given std::bitset is a subset or equivalent to the underlying std::bitset, meaning that all |
