copy / v86

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

Save disk changes in nodejs #759

Open Atybot opened 1 year ago

Atybot commented 1 year ago

I request a feature for the node.js version for the modified hdd data to be able to save+load, that is store, on the physical maschine as a file. Is this possible to implement? Thank you.

superdinmc commented 1 year ago

There is a way to do this, also doing it in buildroot is useless, i have tried it

So you might wanna look deep in the tutorial code of save and load

I also done it in my WSL replacement WIP program, It's an autosave too!