From 4404fa9b3d98646f942e32146722a9d0a68edc13 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 23 Aug 2018 03:20:56 +0200 Subject: never ending struggle with forking --- userspace/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'userspace/init.c') 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) { -- cgit v1.2.3