From 40804526a58ddf2cc0df0750550c8dcfa7b7c57c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Dec 2025 11:34:30 +0100 Subject: x86_64/boot: use high-mem address of MBI --- arch/x86_64/include/x86_64/boot/boot.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/x86_64/include') diff --git a/arch/x86_64/include/x86_64/boot/boot.hpp b/arch/x86_64/include/x86_64/boot/boot.hpp index 6dcd2de..2c44659 100644 --- a/arch/x86_64/include/x86_64/boot/boot.hpp +++ b/arch/x86_64/include/x86_64/boot/boot.hpp @@ -56,7 +56,10 @@ namespace teachos::boot struct information { + //! A pointer to the loader provided Multiboot2 Information structure. multiboot2::information_view const * mbi; + + //! The index of the next character to be written in the VGA text buffer after handoff. std::size_t vga_buffer_index; }; -- cgit v1.2.3