diff --git a/src/bin/init/main.c b/src/bin/init/main.c index c2b65e5..aba2168 100755 --- a/src/bin/init/main.c +++ b/src/bin/init/main.c @@ -36,9 +36,6 @@ int i=0; i = getpid(); printf("This is my pid: [%i]\n",i); - for (i=0;i<5;i++) { - printf("Init Code [%i]\n",i); - } if (getpid() != 1) { printf("Sorry This Program Must Be Started By The Kernel!!!!\n"); exit(1);