VirtualBox

Ignore:
Timestamp:
Aug 31, 2012 11:34:49 AM (12 years ago)
Author:
vboxsync
Message:

EFI: permanent NVRAM storage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r43023 r43131  
    15131513                InsertConfigInteger(pCfg, "DmiExposeMemoryTable", 1);
    15141514            }
     1515            PCFGMNODE pDrv;
     1516            InsertConfigNode(pInst,    "LUN#0", &pLunL0);
     1517            InsertConfigString(pLunL0, "Driver", "NvramStorage");
     1518            InsertConfigNode(pLunL0,   "Config", &pCfg);
     1519            InsertConfigInteger(pCfg,  "Object", (uint64_t)mNvram);
    15151520        }
    15161521
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