From 05156e002e30032e8c1081d47f50dd98b1241dd6 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 22 Nov 2014 16:56:08 +0100 Subject: first (non-functional) port of binutils --- userspace/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/shell.c') diff --git a/userspace/shell.c b/userspace/shell.c index 544da96..ae39c1a 100644 --- a/userspace/shell.c +++ b/userspace/shell.c @@ -18,7 +18,7 @@ void prompt() { int main(int argc, char **argv) { - hello(); +// hello(); FILE *input; input=fopen("input.txt","r"); -- cgit v1.2.3