Change CDROM image right after restore a state #1516
Replies: 1 comment 2 replies
|
I've achieved something: In the initial VM, I use this: With this, I can see the content of the dummy image (it is a single testing file). Once Windows 95 has booted, I save the state. Then, when I restore it, I do this: This waits for the state to be restored, "ejects" the dummy image and "inserts" the new image. Since the new image is a 650MB file, it takes a very long time. But it works fine. I've tried this in the initial VM: After Windows 95 has booted, I go to My PC, double click on the CDROM drive but it appears empty, with no files in it (while the image actually has a file). Despite this fact, I try to insert a new image: But it won't mount the new image. HTTP 206 Partial Content is available and, in fact, Windows 95 boots in async mode. I don't know how to proceed from here. Thanks. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to change the CDROM image from a saved state. The VM is saved with a dummy CDROM image. I'm using Windows 95 OSR 2.1.
Is there a way to change the iso image right after the state has been restored using the libv86.js without having to re-compile?
Thanks.
All reactions