diff options
Diffstat (limited to 'apps/init.c')
-rw-r--r-- | apps/init.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/init.c b/apps/init.c index c26e3ad..221708e 100644 --- a/apps/init.c +++ b/apps/init.c @@ -9,11 +9,9 @@ int main(int argc, char **argv) UNUSED(argc); UNUSED(argv); log("Arrived!\n"); - while (1) - ; - assert(exec("/bin/wm", "wm", NULL) == 0); - assert(exec("/bin/window", "test", NULL) == 0); + /* assert(exec("/bin/wm", "wm", NULL) == 0); */ + /* assert(exec("/bin/window", "test", NULL) == 0); */ return 0; } |