:: commit 904488c60fd146146c18ea9f7703c5c32033ab15

Sebastian <sebastianmontoya209@gmail.com> — 2021-08-19 23:13

parents: fa0aa6d7b9

acpi: Fix wrong data type in tables header

diff --git a/stage23/lib/acpi.h b/stage23/lib/acpi.h
index 226ef6c4..26c64876 100644
--- a/stage23/lib/acpi.h
+++ b/stage23/lib/acpi.h
@@ -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));
 
tab: 248 wrap: offon