summaryrefslogtreecommitdiff
path: root/userspace
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-12 02:10:11 +0200
committerMiguel <m.i@gmx.at>2018-09-12 02:10:11 +0200
commita3ee159ebfd2d088432e386e8809840784f697e7 (patch)
tree9ecfc506bb65ec982aae47f161afa1777359d3f7 /userspace
parentc9351caacd49c8442cc586f9e53a2dcc49a004aa (diff)
working on smp scheduler
Diffstat (limited to 'userspace')
-rw-r--r--userspace/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/init.c b/userspace/init.c
index a82a597..163c9fd 100644
--- a/userspace/init.c
+++ b/userspace/init.c
@@ -4,6 +4,7 @@
int main(int argc, char **argv)
{
+
char *argv1[]={"/bin/foolshell",0};
char *env1[]={"PS1=\033[34m$\033[37m","PWD=/home/miguel","PATH=/bin","TERM=fool-term",0};
@@ -13,6 +14,7 @@ int main(int argc, char **argv)
printf("fool-init: spawning a Fool's Shell\n");
+ while(1);
// loop forever and spawn shells if the top-shell exits
while(1)
{