diff options
Diffstat (limited to 'userspace/init.c')
| -rw-r--r-- | userspace/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/init.c b/userspace/init.c index 73848f5..d3ab751 100644 --- a/userspace/init.c +++ b/userspace/init.c @@ -15,6 +15,7 @@ int main(int argc, char **argv) char *argv[]={"/bin/foolshell",0}; char *env[]={"PS1=\033[34m$\033[37m","PWD=/home/miguel","PATH=/bin","TERM=linux",0}; execve("/bin/foolshell",argv,env); // replace process with our foolshell :) + //execve("/bin/clear",argv,env); // replace process with our foolshell :) puts("FATAL ERROR: Something terrible happened. Unable to Execute SHELL!"); while(1);// hang |
