summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-03 21:39:30 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-03 21:39:30 -0500
commit361561c5f49ea0a4d4b7f69e9fe547c0568d361e (patch)
tree89c669442113e80f1b9220dfc0a9358088400ab8
parentacpi table loading and shutdown works, plus mmap fix :3 (diff)
downloadcorn-361561c5f49ea0a4d4b7f69e9fe547c0568d361e.tar.gz
corn-361561c5f49ea0a4d4b7f69e9fe547c0568d361e.tar.bz2
corn-361561c5f49ea0a4d4b7f69e9fe547c0568d361e.zip
spacing
-rw-r--r--src/arch/amd64/acpi.c2
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