v86 icon indicating copy to clipboard operation
v86 copied to clipboard

Config file for v86

Open raspiduino opened this issue 3 years ago • 3 comments

It would be nice to add a config file feature to v86, so people can load config files to the emulator instead of re-configure them every time. Thanks!

raspiduino avatar Apr 15 '21 15:04 raspiduino

I think extending and documenting the url interface would be a good step in this direction, i.e. making something like this work:

https://copy.sh/v86/?cdrom=https://k.copy.sh/linux4.iso&m=512M&networking=0&acpi=1

Or perhaps a json file inspired by the internal representation of profiles, e.g.: https://github.com/copy/v86/blob/690354e69ef8473535c308de23868df9479f003f/src/browser/main.js#L193-L204

copy avatar Apr 27 '21 19:04 copy

Hi, so I see that the URL config feature is merged, but are you still looking to add a feature for uploading a config file that automatically fills out the set up fields? If so, I could work on that.

broten15 avatar Mar 24 '23 20:03 broten15

@broten15 Sure! (note that not all url parameters are implemented yet, so that would also be useful)

copy avatar Mar 24 '23 20:03 copy