[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/MUSL PATCH V3 28/28] Update README.md with current status
Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx> --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 3d8f0f2..3ceb4e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,30 @@ musl for Unikraft =================== +This first release provides a functional version of musl (compiles and +links) on Unikraft but some functions are not supported (especially +the ones related to threads and network). Furthermore, some functions +can have unexpected behaviour since they use musl internal thread +support. + +## Build + +In order to avoid multiple definitions errors, the following libraries +MUST NOT BE INCLUDED with musl: + +* `POSIX-user` +* `lwip` +* `pthread-embedded` + +## Known Issues + +* At this stage, we noticed that there are some issues with buffering +on stdout. We are currently investigating this issue but a temporary +fix is to call `fflush()` after each output on the console. + +As things stabilize, we will update this file to reflect this. + +## Further information + Please refer to the `README.md` as well as the documentation in the `doc/` subdirectory of the main unikraft repository. -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |