From 15a8cb8fa64b12d6c0b65eafb226971cd66dc3cd Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 3 Sep 2020 18:47:38 +0200 Subject: Moved test to app --- apps/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 05d1a3c..072e24e 100644 --- a/apps/init.c +++ b/apps/init.c @@ -9,8 +9,9 @@ int main(int argc, char **argv) printf("ARGC: %d\n", argc); printf("[%s loaded]\n", argv[0]); + // TODO: Fix GPF if file doesn't exist int wm = exec("/wm", "wm", argv[1], NULL); - int test = exec("/test", "test", NULL); + int test = exec("/window", "test", NULL); return wm + test; } -- cgit v1.2.3