Fixed up ACPI Version 1.0 checksum validation code

This commit is contained in:
2023-02-27 00:32:16 +01:00
parent e6901f0526
commit 2d0bb16fad
5 changed files with 53 additions and 34 deletions

View File

@ -6,8 +6,9 @@ class ACPI {
// In the future ACPI might start
// doing more systems initialization
static RSDPDescriptor* rsd_ptr;
static RSCPDescriptor20* rsd2_ptr;
static RSDT* rsd_table;
private:
static RSDPDescriptor* rsd_ptr;
static RSDT* rsd_table;
};