summaryrefslogtreecommitdiff
path: root/userspace/init.c
diff options
context:
space:
mode:
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)
{