From 65f64cbd57d6aaf1a2c25613a7cdb2dbafb5589f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 12 Jan 2020 22:45:32 +0100 Subject: Improved installation boot && test --- src/kernel/fs/install.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/kernel/fs/install.c b/src/kernel/fs/install.c index 8a687d7..af148c8 100644 --- a/src/kernel/fs/install.c +++ b/src/kernel/fs/install.c @@ -6,6 +6,7 @@ #include #include #include +#include void install_melvix() { @@ -83,7 +84,7 @@ void install_melvix() kfree(font_e); info("Installation successful!"); - serial_printf("Installation successful!\nRebooting..."); + serial_printf("Installation successful! (in %d ticks)", get_time()); // timer_wait(200); acpi_poweroff(); halt_loop(); -- cgit v1.2.3