VirtualBox

Changeset 7719 in vbox for trunk/src/VBox/VMM/CFGM.cpp


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

pgmGstGetPaePDPtr.

File:
1 edited

Legend:

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

    r6475 r7719  
    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();
    784775
    785776    /*
     
    886877    rc = CFGMR3InsertInteger(pCfg,  "VRamSize",             4 * _1M);
    887878    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
    888890#if 0
    889891    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