VirtualBox

Changeset 43676 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Oct 18, 2012 9:15:44 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81481
Message:

BIOS: Don't panic if floppy write fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/floppy.c

    r38997 r43676  
    729729                    // AL=number of sectors written=0
    730730                    AX = 0x0300;
    731                     SET_CF();
    732                     return;
    733731                } else {
    734                     BX_PANIC("%s: read error\n", __func__);
     732                    // Some other problem occurred.
     733                    AX = 0x0100;
    735734                }
     735                SET_CF();
     736                return;
    736737            }
    737738           
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette