From e37e7eefcb0148651331d6a750846f26ecf11126 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 11 Sep 2020 22:54:38 +0200 Subject: Removed wait syscall - whoopsidoo! --- apps/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index ccf88dd..ba6f93e 100644 --- a/apps/init.c +++ b/apps/init.c @@ -13,8 +13,5 @@ int main(int argc, char **argv) /* int test = exec("/window", "test", NULL); */ int mandelbrot = exec("/mandelbrot", "mandelbrot", NULL); - while (1) { - yield(); - }; return wm + mandelbrot; } -- cgit v1.2.3