From 9702485247be55f092080a38e3fe3417ee6e6df3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 23 Nov 2019 12:55:59 +0100 Subject: Fixed vesa, acpi and installation! --- src/kernel/fs/install.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kernel/fs/install.c') 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 #include #include +#include +#include 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 -- cgit v1.2.3