From 4dbe6a264d7a3bd38ca1ac0921248654a50f1b5e Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 5 Oct 2018 14:36:42 +0200 Subject: user space xterm continued --- 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 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); -- cgit v1.2.3