#include "x86_64/memory/paging_root.hpp" #include #include namespace teachos::memory::x86_64 { namespace { constexpr auto recursive_base = std::uintptr_t{0177777'776'776'776'776'0000uz}; } // namespace auto paging_root::get() -> paging_root * { return std::bit_cast(recursive_base); } } // namespace teachos::memory::x86_64