From cdf029471736f43776452930b7195a06ab143654 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 17 Apr 2021 22:59:57 +0200 Subject: Added I/O bus implementation for efficient IPC This was a nice coding session. See ya tomorrow! --- apps/init/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/init/init.c') diff --git a/apps/init/init.c b/apps/init/init.c index 6e06dbe..44cf461 100644 --- a/apps/init/init.c +++ b/apps/init/init.c @@ -10,7 +10,6 @@ int main(int argc, char **argv) UNUSED(argv); assert(exec("wm", NULL) == EOK); - /* assert(exec("chess", NULL) == EOK); */ return 0; } -- cgit v1.2.3