From 499784a824c541001c2fd52ae95eba88dcfc952b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 21 Dec 2019 22:22:03 +0100 Subject: Many debugging/serial improvements Sorry for the little information, but I did many things :) --- src/kernel/fs/install.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/kernel/fs/install.c') diff --git a/src/kernel/fs/install.c b/src/kernel/fs/install.c index da0407d..8a687d7 100644 --- a/src/kernel/fs/install.c +++ b/src/kernel/fs/install.c @@ -5,8 +5,7 @@ #include #include #include -#include -#include +#include void install_melvix() { @@ -84,7 +83,7 @@ void install_melvix() kfree(font_e); info("Installation successful!"); - serial_write("Installation successful!\nRebooting...\n"); + serial_printf("Installation successful!\nRebooting..."); // timer_wait(200); acpi_poweroff(); halt_loop(); -- cgit v1.2.3