-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic while formatting floppy in Windows 2000 #123
Comments
I had some issues with the FDC code on older Guests, so I went investigating. I found a few errors and one thing led to another and I have a considerable update for the FDC emulation. The Format function was my next focus. I will look into this. Thanks. |
I can confirm this error. However, with my new updates, this error has been remedied. As soon as I do some more testing and verify that my new updates work on all disk types and sizes, I will post a PR. |
@fysnet do you know about OmniFlop program? May be useful for testing. |
I had not. I will have a look. Thank you. |
@Vort, please have a look at PR #135. It drastically enhances the floppy emulation, which should fix the issue you show here. |
I confirm fix for
I'm not that experienced to test properly such huge change.
|
I don't wish to find out why 360k disks don't work on WinXP. They work just fine in Win98 and before. (where the floppy driver was still a single driver) Thank you though for the comments. I will look into the first one. (See PR #136) |
Not in the best way, but they work on my real hardware.
I can agree that this is low priority problem. |
When the user presses the "Reset" button on the gui ribbon, we need to clear the active status of all statusbar items or they remain set after the reset occurs. This is mentioned in issue #123
I believe this issue can be closed? Thanks again for your efforts. They are appreciated. |
Can be closed after merge of #135. |
This improves and enhances the floppy emulation. This adds the ability to specify a controller type. This adds all but one, known, controller command. This fixes the format command. Issue #123 This fixes the error with older Windows guests.
When I execute command
format a:
in Windows 2000 (or Windows XP), Bochs shows errorcould not perform lseek() to -512 on floppy image file
.Version: 75d076b.
The text was updated successfully, but these errors were encountered: