VirtualBox

Changeset 7720 in vbox for trunk/src


Ignore:
Timestamp:
Apr 3, 2008 12:04:09 PM (17 years ago)
Author:
vboxsync
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CFGM.cpp

    r7719 r7720  
    773773    rc = CFGMR3InsertBytes(pCfg,    "UUID", &Uuid, sizeof(Uuid));
    774774    UPDATERC();
     775    /* Bios logo. */
     776    rc = CFGMR3InsertInteger(pCfg,  "FadeIn",               1);
     777    UPDATERC();
     778    rc = CFGMR3InsertInteger(pCfg,  "FadeOut",              1);
     779    UPDATERC();
     780    rc = CFGMR3InsertInteger(pCfg,  "LogoTime",             0);
     781    UPDATERC();
     782    rc = CFGMR3InsertString(pCfg,   "LogoFile",             "");
     783    UPDATERC();
    775784
    776785    /*
     
    877886    rc = CFGMR3InsertInteger(pCfg,  "VRamSize",             4 * _1M);
    878887    UPDATERC();
    879 
    880     /* Bios logo. */
    881     rc = CFGMR3InsertInteger(pCfg,  "FadeIn",               1);
    882     UPDATERC();
    883     rc = CFGMR3InsertInteger(pCfg,  "FadeOut",              1);
    884     UPDATERC();
    885     rc = CFGMR3InsertInteger(pCfg,  "LogoTime",             0);
    886     UPDATERC();
    887     rc = CFGMR3InsertString(pCfg,   "LogoFile",             "");
    888     UPDATERC();
    889 
    890888#if 0
    891889    rc = CFGMR3InsertNode(pInst,    "LUN#0", &pLunL0);
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