newline in prompt

This commit is contained in:
shockrahwow 2019-12-05 10:43:14 -08:00
parent 0e903f912c
commit ad663cc523

View File

@ -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);