aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/acpi/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/acpi/acpi.c')
-rw-r--r--src/kernel/acpi/acpi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/acpi/acpi.c b/src/kernel/acpi/acpi.c
index b90c730..24da496 100644
--- a/src/kernel/acpi/acpi.c
+++ b/src/kernel/acpi/acpi.c
@@ -3,6 +3,7 @@
#include <kernel/timer/timer.h>
#include <kernel/acpi/acpi.h>
#include <stddef.h>
+#include <kernel/system.h>
struct FACP *facp;
uint32_t *SMI_CMD;
@@ -153,6 +154,8 @@ int acpi_install() {
SLP_EN = 1 << 13;
SCI_EN = 1;
+ vga_log("Installed ACPI", 5);
+
return 0;
} // Else: \_S5 parse error
} // Else: \_S5 not present