summaryrefslogtreecommitdiff
path: root/kernel/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/shell.c')
-rw-r--r--kernel/shell.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/shell.c b/kernel/shell.c
index cc529da..b377ce0 100644
--- a/kernel/shell.c
+++ b/kernel/shell.c
@@ -21,7 +21,6 @@ void shell_init()
{
pos=0;
command[0]=0;
- scr_put_string("Command> ");
}
void shell_put(char x)
@@ -89,9 +88,6 @@ void shell_execute()
}
pos=0;
- scr_nextline();
- scr_put_string("Command> ");
-
}