copy / v86

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

Allow for Real USB/CD devices to be plugged in as storage device #965

Closed 1jammer1 closed 9 months ago

1jammer1 commented 10 months ago

I imagine this could work through the mechanism of USB devices and file editing as shown in the image I think this would be cool for use on a Chromebook or for actual saving of changes onto a file instead of it being run directly in RAM.

Thank you

image

copy commented 9 months ago

I'll gently close this as not planned. USB support is a lot of work, and there are other options to share files with the guest OS that are useful (https://github.com/copy/v86/issues/396#issuecomment-840099814 for 9pfs or https://github.com/copy/v86/issues/824 for other OSes).