diff --git a/src/bin/init/main.c b/src/bin/init/main.c index 554a3a9..67efee6 100755 --- a/src/bin/init/main.c +++ b/src/bin/init/main.c @@ -49,7 +49,7 @@ while(1); } */ printf("I'm The Parent!\n"); - //exec("shell"); + exec("shell"); while (1); exit(1); } \ No newline at end of file diff --git a/src/sys/ubixfs/file.c b/src/sys/ubixfs/file.c index a3ccecc..51145b1 100755 --- a/src/sys/ubixfs/file.c +++ b/src/sys/ubixfs/file.c @@ -48,7 +48,8 @@ for (i=0;i