Results 310 comments of Fabian

> I believe this can now be closed as completed Indeed!

The DSL image is indeed loaded completely. For other images, it depends on the guest OS and size of the file (see https://github.com/copy/v86/blob/eaae139/src/buffer.js#L772-L774). I don't think this is CDROM-specific, and...

Better late than never, here are some wip docs: https://github.com/copy/v86/blob/master/docs/how-it-works.md (questions/feedback welcome)

@JoeOsborn Nice research! Would you be willing to try implementing it and sending a PR? We have pretty decent test coverage, so chance of breaking anything should be low. >...

Gentle ping. This makes lsp's jump-to-definition somewhat frustrating to use.

It is still relevant in the sense that dnscrypt is actively used, uses hchacha20 under the hood and there is no verified implementation. On the other hand, it's a fairly...

I doubt it, it's used in some private projects, but I guess I should "properly" publish it. I meant to say that it's also useful for other dnscrypt implementations.

Some ideas: - A minimal reproducing testcase would be nice. Ideally a small standalone JavaScript program. - Compare performance to qemu-tcg (without kvm). If it's the same speed as v86...

> You mean that needs run node with X session instead of running that in ttyS0 or tty1 sessions? Yes, the Linux framebuffer console emulator is pretty slow (might be...