diff options
| author | Miguel <m.i@gmx.at> | 2018-09-12 02:49:47 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-12 02:49:47 +0200 |
| commit | 800b1a878ec34a8ff30ed093e20561182fa6ae36 (patch) | |
| tree | a28b81c60bb1bc08aa2ab11750ca5d13aed2354a /userspace/init.c | |
| parent | a3ee159ebfd2d088432e386e8809840784f697e7 (diff) | |
vmem_add_generic rework delete old shit
Diffstat (limited to 'userspace/init.c')
| -rw-r--r-- | userspace/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/userspace/init.c b/userspace/init.c index 163c9fd..bd72ecf 100644 --- a/userspace/init.c +++ b/userspace/init.c @@ -13,8 +13,6 @@ int main(int argc, char **argv) printf("Current time: %s", ctime(<ime)); printf("fool-init: spawning a Fool's Shell\n"); - - while(1); // loop forever and spawn shells if the top-shell exits while(1) { |
