mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 06:02:28 +03:00
Fix stivale2 memmap struct being misdefined
This commit is contained in:
parent
7bde0c80ca
commit
734a3e268f
@ -68,7 +68,7 @@ struct stivale2_mmap_entry {
|
||||
struct stivale2_struct_tag_memmap {
|
||||
struct stivale2_tag tag;
|
||||
uint64_t entries;
|
||||
uint64_t memmap;
|
||||
struct stivale2_mmap_entry memmap[];
|
||||
} __attribute__((packed));
|
||||
|
||||
#define STIVALE2_STRUCT_TAG_FRAMEBUFFER_ID 0x506461d2950408fa
|
||||
|
Loading…
Reference in New Issue
Block a user