VirtualBox

Changeset 8007 in vbox


Ignore:
Timestamp:
Apr 15, 2008 3:49:38 PM (17 years ago)
Author:
vboxsync
Message:

Delay logo for 1 sec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r8005 r8007  
    212212/** Height of the boot device selection bitmap, see LOGO_F12TEXT_WIDTH. */
    213213#define LOGO_F12TEXT_HEIGHT  12
     214
     215/** The BIOS logo delay time (msec). */
     216#define LOGO_DELAY_TIME      1000
    214217
    215218#define LOGO_MAX_WIDTH       640
     
    56355638        return PDMDEV_SET_ERROR(pDevIns, rc,
    56365639                                N_("Configuration error: Querying \"LogoTime\" as integer failed"));
     5640    /* Delay the logo a little bit */
     5641    LogoHdr.u16LogoMillies = RT_MAX(LogoHdr.u16LogoMillies, LOGO_DELAY_TIME);
    56375642
    56385643    rc = CFGMR3QueryU8(pCfgHandle, "ShowBootMenu", &LogoHdr.fu8ShowBootMenu);
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