[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/MUSL PATCH V3 28/28] Update README.md with current status



Thanks, for the changes!

Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx>

On 31.01.20 23:23, Gaulthier Gain wrote:
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.


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.