diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-20 23:28:17 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-20 23:28:17 +0100 |
| commit | a822afc278e7855dea55bcd0de2e402d5bf43508 (patch) | |
| tree | 3ce639618b5548389096e5e340a36025e0371af7 /userspace/simple.c | |
| parent | b9af856ae4a65e09b401cdbc7858c6cd4b1b0b5f (diff) | |
fixed loading and runnnng progs (clear bss)
Diffstat (limited to 'userspace/simple.c')
| -rw-r--r-- | userspace/simple.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/userspace/simple.c b/userspace/simple.c index e3bca65..6dcf766 100644 --- a/userspace/simple.c +++ b/userspace/simple.c @@ -11,8 +11,7 @@ int main(int argc, char **argv) } - // replace with foolshell after finishing! - execve(15,0,0); + return 0; } |
