aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2024-10-27 15:25:57 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2024-10-27 15:26:10 +0000
commit58d01f6aae80a66faa5163602c399c28dcf30cb6 (patch)
treefa07fa4585eb8efc8a757a8d83b37940256c2855 /arch/x86_64/include
parentacbd91c9898808a928af0b1bdd9d5058e8a91f62 (diff)
downloadteachos-58d01f6aae80a66faa5163602c399c28dcf30cb6.tar.xz
teachos-58d01f6aae80a66faa5163602c399c28dcf30cb6.zip
revert p4 address update
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/boot/pointers.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/boot/pointers.hpp b/arch/x86_64/include/arch/boot/pointers.hpp
index 37840b6..18c41ce 100644
--- a/arch/x86_64/include/arch/boot/pointers.hpp
+++ b/arch/x86_64/include/arch/boot/pointers.hpp
@@ -8,7 +8,6 @@
namespace teachos::arch::boot
{
extern "C" size_t const multiboot_information_pointer;
- extern "C" memory::paging::page_table * page_map_level_4;
} // namespace teachos::arch::boot
#endif