copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.61k stars 1.37k forks source link

Support more VIRTIO Devices #405

Open BelleNottelling opened 3 years ago

BelleNottelling commented 3 years ago

With v86 starting to boot newer OS's, I think it would be really neat to see it supporting more hardware in the form of VIRTIO devices as these are pretty easy to find drivers for across the board.

The biggest in my opinion would be a netkvm virtio networking adapter. You can get windows drivers for them as far back as XP or as new as W10, and ReactOS ships with a driver for it as well. Linux also has great support for it as well.

wtzhang23 commented 2 years ago

Hello, I'm a student at UT Austin looking for open source projects related to virtualization for my final class project. Could I try tackling this?

BelleNottelling commented 2 years ago

Go right ahead!

broten15 commented 1 year ago

Hi, I'm also a student at UT Austin looking for projects related to virtualization for a class project. Is this issue up for grabs?

wtzhang23 commented 1 year ago

Yes; feel free to take this up. I didn't have the bandwidth to solve this issue.

copy commented 1 year ago

Hi, I'm also a student at UT Austin looking for projects related to virtualization for a class project. Is this issue up for grabs?

Sure! I'd suggest virtio-tablet or virtio-net. This is a fairly complex task, feel free to ping me on our chat for pointers.