From 8ea3e244d44190e44a092ffb004e13ad94174c68 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 24 May 2015 23:30:12 +0200 Subject: porting ncurses... --- userspace/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace/init.c') 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 -- cgit v1.2.3