Searched defs:pelmBIOS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp4383 xml::ElementNode *pelmBIOS = pelmHardware->createChild("BIOS"); local
4384 pelmBIOS->createChild("ACPI")->setAttribute("enabled", hw.biosSettings.fACPIEnabled);
4385 pelmBIOS->createChild("IOAPIC")->setAttribute("enabled", hw.biosSettings.fIOAPICEnabled);
4387 xml::ElementNode *pelmLogo = pelmBIOS->createChild("Logo");
4401 pelmBIOS->createChild("BootMenu")->setAttribute("mode", pcszBootMenu);
4402 pelmBIOS->createChild("TimeOffset")->setAttribute("value", hw.biosSettings.llTimeOffset);
4403 pelmBIOS->createChild("PXEDebug")->setAttribute("enabled", hw.biosSettings.fPXEDebugEnabled);

Completed in 67 milliseconds