| ... | @@ -35,7 +35,7 @@ pub const SystemTable = extern struct { | ... | @@ -35,7 +35,7 @@ pub const SystemTable = extern struct { |
| 35 | runtime_services: *RuntimeServices, | 35 | runtime_services: *RuntimeServices, |
| 36 | boot_services: ?*BootServices, | 36 | boot_services: ?*BootServices, |
| 37 | number_of_table_entries: usize, | 37 | number_of_table_entries: usize, |
| 38 | configuration_table: *ConfigurationTable, | 38 | configuration_table: [*]ConfigurationTable, |
| 39 | | 39 | |
| 40 | pub const signature: u64 = 0x5453595320494249; | 40 | pub const signature: u64 = 0x5453595320494249; |
| 41 | pub const revision_1_02: u32 = (1 << 16) | 2; | 41 | pub const revision_1_02: u32 = (1 << 16) | 2; |