LekKit
LekKit
Thanks for the cool idea, although I guess we need a better logo that is clearly visible on white bg. I am not a designer and I've been asking ppl...
So far I have 3 options: - Adapt existing logo (the one from EFI splash and Makefile) to be properly visible on white bg and convert to SVG - Throw...
Trying out `ioctl(tap->fd, TUNSETOFFLOAD, TUN_F_CSUM | TUN_F_TSO4 | TUN_F_TSO6 | TUN_F_TSO_ECN | TUN_F_UFO)` doesn't seem to work, even tho `TUN_F_CSUM` implies "You can hand me unchecksummed packets."... `IFF_VNET_HDR` might be...
Hi, build 10 is latest for Android, and your crash issues are probably related to DarkEdif SDK What i would recommend, is to disable global object and seeing if it...
See `doc/client.html` https://htmlpreview.github.io/?https://github.com/LekKit/RedRelay/blob/master/doc/client.html I'd need to bring the site back at some point, the public Relay server is still in place though
Good question, you need to use Phi's DarkEdif Fusion SDK (https://github.com/SortaCore/MMF2Exts/tree/master/DarkEdif/DarkEdif%20Template) and a statically built redrelay-client library, then you just put bridge sources that link the C++ lib to Fusion...
No CSR access is happening in rv32 umode (at least not before it crashes). I'd assume kernel never uses smth like rv32 S-mode so S-mode CSRs can't be messed up...
Sign-extending or zero-extending rv32 VA pointers in SV39/SV48 translation doesn't help. The kernel always faults on some magical address 0x3803b0af8. Perhaps this could lead debugging somewhere.
Crashes are caused by `riscv_handle_irqs()` in RV32 U-Mode. Using a workaround that disables IRQs when hart is in rv32 mode & disabling RVJIT allows RV32 Buildroot to boot properly on...
Fixed the interpreter side in 8aef67b