From 68a0ad7f21ba07b93cd63613996e27afd8780f9c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 21 Mar 2021 00:13:13 +0100 Subject: Added basic shared memory support This will be improved soon. It's very insecure right now. --- apps/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 35d296b..f1fcdf6 100644 --- a/apps/init.c +++ b/apps/init.c @@ -10,7 +10,7 @@ int main(int argc, char **argv) UNUSED(argv); assert(exec("/bin/wm", "wm", NULL) == 0); - /* assert(exec("/bin/window", "test", NULL) == 0); */ + assert(exec("/bin/window", "test", NULL) == 0); return 0; } -- cgit v1.2.3