aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/fs/install.c')
-rw-r--r--src/kernel/fs/install.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kernel/fs/install.c b/src/kernel/fs/install.c
index dfe3009..403d290 100644
--- a/src/kernel/fs/install.c
+++ b/src/kernel/fs/install.c
@@ -4,6 +4,8 @@
#include <kernel/fs/iso9660/iso9660.h>
#include <kernel/fs/atapi_pio.h>
#include <mlibc/stdlib.h>
+#include <kernel/acpi/acpi.h>
+#include <kernel/io/io.h>
void install_melvix() {
info("You're booting from a CD, Melvix will only run after an install");
@@ -58,4 +60,6 @@ void install_melvix() {
kfree(kernel_e);
info("Installation successful!");
+ serial_write("Installation successful!\nRebooting...\n\n");
+ acpi_poweroff();
} \ No newline at end of file