From ad663cc523eadf09d39d46d890020752d3a053b6 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Thu, 5 Dec 2019 10:43:14 -0800 Subject: [PATCH] newline in prompt --- shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);