Replies: 10 comments 2 replies
-
Yes, at some day I was able to run and boot Win95 with real asus_p6np5.bin |
Beta Was this translation helpful? Give feedback.
-
But it dies a little later without being able to recognize Windows 98 boot disk |
Beta Was this translation helpful? Give feedback.
-
Actually now booted it successfully after entering to the setup and going though HDD auto detection |
Beta Was this translation helpful? Give feedback.
-
I too got Bochs to boot Win98 with a very similar Asus BIOS. Therefore, I should use the the Does this sound like a reasonable addition (I am willing to add) or am I missing something? |
Beta Was this translation helpful? Give feedback.
-
No, it doesn't. I had tried this too. Lines 202 to 214 in 9216d22 If file not found, at line 208 it Panics. If I hit continue, at line 211 it tries to get the fstat of the opened file. Since it cannot, it should panic again at line 213. However, in Win10, the fstat function crashes Bochs instead of returning error.
Indeed this is true, but I think we still need to do something about the CMOS binary file. I think it would be a simple task to save/restore the BIOS/CMOS images as well as save the BIOS image on exit. A .bochsrc config flag could even be used to indicate to do this or not. Just my thoughts on the matter. |
Beta Was this translation helpful? Give feedback.
-
I have now added the CMOS image option to the runtime menu. Now you can start without an image and then save the image on exit. In addition to this, we possibly need an "autosave" parameter to start with an image and not saving it on exit. |
Beta Was this translation helpful? Give feedback.
-
Please have a look at pull request #162. It adds save/restore support for the ESCD space of the flash BIOS ROM. |
Beta Was this translation helpful? Give feedback.
-
Thank you. I will have a look. |
Beta Was this translation helpful? Give feedback.
-
Pull request #162 is already merged and I have now added the parameter 'flash_data' to the romimage option. Flash BIOS config data is loaded if file exists and saved on exit if modified. |
Beta Was this translation helpful? Give feedback.
-
#148 inspired a thought: could Bochs run ROM of a real BIOS?
Just like PCem or 86Box does:
Some BIOS ROMs: https://github.com/86Box/roms/tree/master/machines
Beta Was this translation helpful? Give feedback.
All reactions