diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 17:19:12 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 17:19:12 +0200 |
| commit | c5c80d7ed4aa8b3650b1a7185c433b2458f49717 (patch) | |
| tree | c61c46ae9e105b86892132a8f2eeafa13a9a5d64 /source/boot/arch/x86_64 | |
| parent | ff81b5438f280a59ca1825bfdf120d8f256bd154 (diff) | |
| download | teachos-c5c80d7ed4aa8b3650b1a7185c433b2458f49717.tar.xz teachos-c5c80d7ed4aa8b3650b1a7185c433b2458f49717.zip | |
x86_64: move boot pointers to pointers namespace
Diffstat (limited to 'source/boot/arch/x86_64')
| -rw-r--r-- | source/boot/arch/x86_64/include/boot/pointers.hpp | 2 |
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; |
