Fabian
Fabian
I'd accept a PR to support multiple adapters in the constructor. We'll soon have three network backends (wsproxy, fetch and wisp) and two adapters (ne2k and virtio-net), and it would...
@SuperMaxusa That is pretty cool, could you send a PR to add as an example? Just a comment, I believe the following check is not necessary (it's already done in...
> Unlike other emulators which draw characters pixel by pixel, v86 just renders text mode using HTML, so it will propably be difficult to automaticly detect encoding from VGA RAM...
Besides using a serial/virtio/keyboard, we don't really have a way to programmatically communicate with the guest OS. Here is a similar feature request: https://github.com/copy/v86/issues/993 If we implement the qemu guest...
https://copy.sh/v86/?profile=bluejay
Regarding the virtio gpu driver: Sounds like a cool project, but I'm not convinced that there are big performance gains from this. v86 currently implements [Bochs VBE extensions](http://wiki.osdev.org/Bochs_VBE_Extensions), which provide...
Let's reopen this. Even though I'm not planning to work on it, it'd still be useful for graphics performance, especially now that the cpu is fast(-ish). Note that there are...
> Are there other bus listeners besides ScreenAdapter for any of the 4 text-related bus events screen-put-char, screen-update-cursor, screen-set-size-text and screen-update-cursor-scanline that need to be taken into consideration? Could you...
FYI, I'm reworking the bus interface, and will try to get this merged afterwards.