From 1170016948114db66418829d6883c08201139caa Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 3 Aug 2017 19:33:50 +0200 Subject: [PATCH] in a multikernel environment we should'nt wait for HermitCore --- tools/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/proxy.c b/tools/proxy.c index d36d01cdc..8c5adf472 100644 --- a/tools/proxy.c +++ b/tools/proxy.c @@ -522,7 +522,7 @@ static int multi_init(char *path) free(result); // wait until HermitCore is sucessfully booted - wait_hermit_available(); + //wait_hermit_available(); return 0; }