summaryrefslogtreecommitdiff
path: root/userspace/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/init.c')
-rw-r--r--userspace/init.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/userspace/init.c b/userspace/init.c
index 645acd9..a2b2425 100644
--- a/userspace/init.c
+++ b/userspace/init.c
@@ -6,11 +6,7 @@
int main(int argc, char **argv)
{
-
- // loop forever and spawn shells if the top-shell exits
- int fds[2];
- _pipe(fds);
-
+ _execve("/bin/xterm",NULL,NULL);
int pid=_fork();