Changeset 43676 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Oct 18, 2012 9:15:44 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81481
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/floppy.c
r38997 r43676 729 729 // AL=number of sectors written=0 730 730 AX = 0x0300; 731 SET_CF();732 return;733 731 } else { 734 BX_PANIC("%s: read error\n", __func__); 732 // Some other problem occurred. 733 AX = 0x0100; 735 734 } 735 SET_CF(); 736 return; 736 737 } 737 738
Note:
See TracChangeset
for help on using the changeset viewer.