diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 11:34:30 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 11:34:30 +0100 |
| commit | 40804526a58ddf2cc0df0750550c8dcfa7b7c57c (patch) | |
| tree | a0dff1f6a51c8819ccc6b81a3648e869c2e80bf8 /arch/x86_64/include | |
| parent | 2846867da7e88c3a665d0a8bed6ccec60e6476a1 (diff) | |
| download | teachos-40804526a58ddf2cc0df0750550c8dcfa7b7c57c.tar.xz teachos-40804526a58ddf2cc0df0750550c8dcfa7b7c57c.zip | |
x86_64/boot: use high-mem address of MBI
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/x86_64/boot/boot.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; |
