mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 14:11:58 +03:00
acpi: Fix wrong data type in tables header
This commit is contained in:
parent
fa0aa6d7b9
commit
904488c60f
@ -14,7 +14,7 @@ struct sdt {
|
||||
char oem_id[6];
|
||||
char oem_table_id[8];
|
||||
uint32_t oem_rev;
|
||||
uint32_t creator_id;
|
||||
char creator_id[4];
|
||||
uint32_t creator_rev;
|
||||
} __attribute__((packed));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user