LekKit

Results 242 comments of LekKit

> I'd like to test this. Is there just an archive somewhere that I could just boot from, replicating the example in the README? This would be a great thing...

Fixed a bunch of minor networking issues in staging branch.

> @LekKit That one worked, thanks again and special thanks for this promising project - the performance seems to be better that qemu's indeed I'm glad you like it)

@X547 In upcoming patch it will be possible to have a separate IP address for the guest, so basically a non-NAT scenario without `tap_linux` being used. It relies on 1....

When running in unprivileged environment without additional configuration, IPv6 will be still usable for internet access, but will be NATed - there is pretty much no other option in unprivileged...

> I got it going, and the performance seems very good. What are the plans for networking support in this? I have some really interesting use case ideas. Networking separates...

> A separate IP address would be great, but is it possible to choose the ip address to bind with? And, it may cause ip address conflict if the user...

> For user space networking it'd be good to have some way to use this as a library too, to embed into other applications. Do you mean the TAP interface?...

@X547 A note about Linux guests: - There are two options in the kernel for graphics in RVVM: `fbdev` and `simpledrm` (DRI). The former makes for a slightly smaller (-300k)...

> > See [lekkit.github.io/test/index.html](https://lekkit.github.io/test/index.html) for some nightmare fuel. > > @LekKit Is WASM also something you plan to support longterm for RVVM Yes, the Emscripten target reuses 90% of other...