VirtualBox

Changeset 37035 in vbox


Ignore:
Timestamp:
May 11, 2011 12:33:46 PM (14 years ago)
Author:
vboxsync
Message:

BIOS: Corrected one more checksum calculation.

File:
1 edited

Legend:

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

    r36877 r37035  
    26312631          for (i = 0; i < 0xf; i++)
    26322632              sum += read_byte(ebda_seg, fdpt + i);
    2633           sum = 1 - sum;
     2633          sum = -sum;
    26342634          write_byte(ebda_seg, fdpt + 0x0f, sum);
    26352635      }
Note: See TracChangeset for help on using the changeset viewer.

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