diff --git a/shell.c b/shell.c index aa5b252..543f23e 100644 --- a/shell.c +++ b/shell.c @@ -12,7 +12,7 @@ void jmain(void) { " timer: prints out current timer tick\n" " quit: hangs because power management vry hrd\n"); printf("Where's the prompt? \n It literally causes triple faults so its invisible :^)\n" - "_Also the cursor is busted and i don't wanna fix it"); + "_Also the cursor is busted and i don't wanna fix it\n"); while(1) { memset((u8*)line, 0x00, LINE_LENGTH); read(line, LINE_LENGTH);