aboutsummaryrefslogtreecommitdiff
path: root/kapi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-15 11:34:30 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-15 11:34:30 +0100
commit40804526a58ddf2cc0df0750550c8dcfa7b7c57c (patch)
treea0dff1f6a51c8819ccc6b81a3648e869c2e80bf8 /kapi
parent2846867da7e88c3a665d0a8bed6ccec60e6476a1 (diff)
downloadteachos-40804526a58ddf2cc0df0750550c8dcfa7b7c57c.tar.xz
teachos-40804526a58ddf2cc0df0750550c8dcfa7b7c57c.zip
x86_64/boot: use high-mem address of MBI
Diffstat (limited to 'kapi')
-rw-r--r--kapi/include/kapi/boot.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kapi/include/kapi/boot.hpp b/kapi/include/kapi/boot.hpp
index dd99198..9c344cf 100644
--- a/kapi/include/kapi/boot.hpp
+++ b/kapi/include/kapi/boot.hpp
@@ -11,7 +11,7 @@ namespace teachos::boot
//! @qualifier platform-defined
//! An object passed from the early pre-main stage to the kernel executable.
- extern "C" information bootstrap_information;
+ extern "C" information const bootstrap_information;
} // namespace teachos::boot
#endif