aboutsummaryrefslogtreecommitdiff
path: root/src/boot/multiboot2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/multiboot2.hpp')
-rw-r--r--src/boot/multiboot2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/multiboot2.hpp b/src/boot/multiboot2.hpp
index d36d593..f340269 100644
--- a/src/boot/multiboot2.hpp
+++ b/src/boot/multiboot2.hpp
@@ -16,7 +16,7 @@ typedef struct FRAMEBUFFER {
u32 height;
u8 bpp;
u8 type;
- u64 color_info_addr;
+ u8 reserved;
} __attribute__((packed)) FRAMEBUFFER;
u32* mb2_find_tag(u32 *mb2_info_addr, char type);