diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-02-03 21:39:30 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-02-03 21:39:30 -0500 |
| commit | 361561c5f49ea0a4d4b7f69e9fe547c0568d361e (patch) | |
| tree | 89c669442113e80f1b9220dfc0a9358088400ab8 | |
| parent | acpi table loading and shutdown works, plus mmap fix :3 (diff) | |
| download | corn-361561c5f49ea0a4d4b7f69e9fe547c0568d361e.tar.gz corn-361561c5f49ea0a4d4b7f69e9fe547c0568d361e.tar.bz2 corn-361561c5f49ea0a4d4b7f69e9fe547c0568d361e.zip | |
spacing
| -rw-r--r-- | src/arch/amd64/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/amd64/acpi.c b/src/arch/amd64/acpi.c index 59e9621..887bfef 100644 --- a/src/arch/amd64/acpi.c +++ b/src/arch/amd64/acpi.c @@ -246,7 +246,7 @@ static void acpi_load_xsdt_tables(struct xsdt *xsdt) { #define SIG_RSDT 0x54445352 #define SIG_XSDT 0x54445358 #define SIG_FACP 0x50434146 -#define SIG_DSDT 0x54445344 +#define SIG_DSDT 0x54445344 #define SIG_APIC 0x43495041 #define SIG_HEPT 0x54455048 #define SIG_WAET 0x54454157 |