diff --git a/kernel.c b/kernel.c index 705e6e8..5f426e6 100644 --- a/kernel.c +++ b/kernel.c @@ -29,7 +29,7 @@ void kmain(void) { // TODO: CLI IDEA int _count = printf("%s@%s:>", current_user.user_name, current_user.user_hostname); - //scursor(_count, text_pos.line); + scursor(_count, text_pos.line); // TODO: Enable user input handling char input_buffer[256] = {0}; diff --git a/preview/image1.png b/preview/image1.png new file mode 100644 index 0000000..dddefea Binary files /dev/null and b/preview/image1.png differ