aboutsummaryrefslogtreecommitdiff
path: root/source/boot
diff options
context:
space:
mode:
Diffstat (limited to 'source/boot')
-rw-r--r--source/boot/arch/x86_64/include/boot/pointers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/boot/arch/x86_64/include/boot/pointers.hpp b/source/boot/arch/x86_64/include/boot/pointers.hpp
index f4f504c..4ef0258 100644
--- a/source/boot/arch/x86_64/include/boot/pointers.hpp
+++ b/source/boot/arch/x86_64/include/boot/pointers.hpp
@@ -3,7 +3,7 @@
#include <cstddef>
-namespace teachos::boot
+namespace teachos::boot::pointers
{
extern "C" std::byte const multiboot_information_pointer;
extern "C" std::byte * vga_buffer_pointer;