diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-22 16:56:08 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-22 16:56:08 +0100 |
| commit | 05156e002e30032e8c1081d47f50dd98b1241dd6 (patch) | |
| tree | 81a08c5e3f29f10e3dbbb829927dbf7bc02918f6 /userspace/shell.c | |
| parent | c4aa91d9d58a47eb90798ae1ae6647953d3745a2 (diff) | |
first (non-functional) port of binutils
Diffstat (limited to 'userspace/shell.c')
| -rw-r--r-- | userspace/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
