RSDP: Difference between revisions

70 bytes removed ,  9 years ago
Made the struct shorter to reduce redundancy
[unchecked revision][unchecked revision]
m (ACPI)
(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;
89

edits