Results 50 comments of Francesco Lavra

The example code for ESP32 uses pins 19 and 23 (RX and TX, respectively), not pins 16 and 17. Try connecting those pins to the ATM90E26 board and it should...

With #1248, it gets past the recvmsg() error, but then fails with `/usr/local/lib/ruby/gems/2.7.0/gems/serverengine-2.2.1/lib/serverengine/socket_manager_unix.rb:37: [BUG] rsock_detect_cloexec: fcntl(-1, F_GETFD) failed: Bad file descriptor`. The reason for this failure is that fluentd uses...

https://github.com/nanovms/nanos/issues/1692

https://github.com/nanovms/nanos/pull/1729

> I assume the missing part for ops is the boot image? Since at the moment the RISC-V port runs only under qemu, we don't really need a full blown...

Currently the `test` and `test-noaccel` Makefile targets work only when building for the native architecture of the computer where they are run. I think the Makefiles should be changed so...

https://github.com/nanovms/nanos/pull/1686

Did some testing without the TCP_WRITE_FLAG_COPY flag on calls to tcp_write. The zero copy path from lwIP through the nic driver does work as expected (at least with the virtio...

I did some more testing with current master, and it is still the case that copying user data to kernel buffers when doing a socket send is more efficient (with...

> The Klib supports DNS, but only if the log server is resolvable at the moment of boot. If it cannot resolve it appears the machine continues to boot but...