summaryrefslogtreecommitdiff
path: root/userspace/init.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-23 03:20:56 +0200
committerMiguel <m.i@gmx.at>2018-08-23 03:20:56 +0200
commit4404fa9b3d98646f942e32146722a9d0a68edc13 (patch)
tree79e494ec81a462db0217fc763a7ddae1827c02bd /userspace/init.c
parent98bf7b67543b36b6fe49f2b68c115ebeaf630603 (diff)
never ending struggle with forking
Diffstat (limited to 'userspace/init.c')
-rw-r--r--userspace/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/init.c b/userspace/init.c
index e984d30..7474b11 100644
--- a/userspace/init.c
+++ b/userspace/init.c
@@ -4,6 +4,8 @@ int main(int argc, char **argv)
{
printf("fool-init: spawning a Fool's Shell\n");
+ //while(1)printf("x");
+
// loop forever and spawn shells if the top-shell exits
while(1)
{