newline in prompt
This commit is contained in:
parent
0e903f912c
commit
ad663cc523
2
shell.c
2
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);
|
||||
|
Loading…
Reference in New Issue
Block a user