summaryrefslogtreecommitdiff
path: root/userspace/init.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-05 14:36:42 +0200
committerMiguel <m.i@gmx.at>2018-10-05 14:36:42 +0200
commit4dbe6a264d7a3bd38ca1ac0921248654a50f1b5e (patch)
tree5ab6b10a281eec07d46dc678805a9a4eb59e6341 /userspace/init.c
parent7e56d9ac1e6888faed2109e2eefe124650aa4a72 (diff)
user space xterm continued
Diffstat (limited to 'userspace/init.c')
-rw-r--r--userspace/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/init.c b/userspace/init.c
index 0e0fd66..d07942b 100644
--- a/userspace/init.c
+++ b/userspace/init.c
@@ -6,6 +6,7 @@ int main(int argc, char **argv)
{
// loop forever and spawn shells if the top-shell exits
+ _execve("/bin/xterm",NULL,NULL);
_execve("/bin/vesa",NULL,NULL);