hannes changed the topic of #mirage to: bug cleaning day first friday each month from 14:00 UTC till late, meet here. MirageOS 3 is released, happy hacking!
<reynir>
Ok, so I found that if I wrote too big strings (about 1800 bytes) to the log the unikernel would deadlock.
pagurus has quit [Ping timeout: 240 seconds]
pagurus has joined #mirage
<jpdeplaix>
nice
<reynir>
Good night, and thanks for the help :-)
pagurus has quit [Ping timeout: 240 seconds]
pagurus has joined #mirage
yomimono has quit [Ping timeout: 272 seconds]
pagurus has quit [Ping timeout: 240 seconds]
pagurus has joined #mirage
pagurus has quit [Ping timeout: 240 seconds]
pagurus has joined #mirage
pagurus has quit [Ping timeout: 240 seconds]
pagurus has joined #mirage
pagurus has quit [Ping timeout: 240 seconds]
pagurus has joined #mirage
pagurus has quit [Ping timeout: 240 seconds]
pagurus has joined #mirage
<hannes>
morning!
<reynir>
morning hannes !
<hannes>
reynir: memcopy... this is (likely under a different name) available in MirageOS already... to get angstrom out of the box working, I suspect we'll need to add that symbol to the mirage "backends"
<hannes>
unfortunately not a trivial task since there's some technical debt involved
<hannes>
but (for xen!) in the mirage-platform repository, xen-posix/src contains some C symbols required by others
<hannes>
or, as nocrypto does it, hack up the build system for all the targets
<reynir>
Oh
<hannes>
a similar set of C symbols are provided by mirage-solo5..
<reynir>
I wonder if the calls to memcpy actually make much of a difference in performance...