1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

in a multikernel environment we should'nt wait for HermitCore

This commit is contained in:
Stefan Lankes 2017-08-03 19:33:50 +02:00
parent cfa8e6a17b
commit 1170016948

View file

@ -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;
}