VirtualBox

Changeset 35026 in vbox


Ignore:
Timestamp:
Dec 13, 2010 4:07:04 PM (14 years ago)
Author:
vboxsync
Message:

VBE: As the comment says, returned size is in 64-byte blocks (avoids uvesafb error/warning).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/BIOS/vbe.c

    r33850 r35026  
    14701470        if (CX & 8)
    14711471            val += vbe_biosfn_read_video_state_size();
    1472         write_word(ss, BX, val);
     1472        write_word(ss, BX, (val + 63) / 64);
    14731473        break;
    14741474    case 0x01:
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