RSDP: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m ACPI
Max (talk | contribs)
Made the struct shorter to reduce redundancy
Line 17:
<source lang="c">
struct RSDPDescriptor20 {
RSDPDescriptor firstPart;
char Signature[8];
uint8_t Checksum;
char OEMID[6];
uint8_t Revision;
uint32_t RsdtAddress;
 
uint32_t Length;