From 2180357ff5edbd4c85e125ea5c45d9b2a2026944 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 3 Nov 2019 21:37:31 +0100 Subject: Began system management bios implementation and fixed things --- src/kernel/acpi/acpi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/kernel/acpi') diff --git a/src/kernel/acpi/acpi.c b/src/kernel/acpi/acpi.c index e0d260b..1cf5ca6 100644 --- a/src/kernel/acpi/acpi.c +++ b/src/kernel/acpi/acpi.c @@ -155,6 +155,7 @@ int acpi_install() { SCI_EN = 1; vga_log("Installed ACPI", 5); + acpi_enable(); return 0; } // Else: \_S5 parse error @@ -168,8 +169,6 @@ int acpi_install() { } void acpi_poweroff() { - acpi_enable(); - if (SCI_EN == 0) { serial_write("ACPI shutdown is not supported\n"); return; -- cgit v1.2.3