VirtualBox

Changeset 2651 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 15, 2007 8:21:06 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21185
Message:

provide MPS table if IOAPIC is present, use the last 16 bytes of the EBDA for MPS floating pointer structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r2635 r2651  
    45874587    rc = CFGMR3InsertString(pCfg,   "HardDiskDevice",       "piix3ide");            RC_CHECK();
    45884588    rc = CFGMR3InsertString(pCfg,   "FloppyDevice",         "i82078");              RC_CHECK();
     4589    rc = CFGMR3InsertInteger(pCfg,  "IOAPIC",               fIOAPIC);               RC_CHECK();
    45894590
    45904591    DeviceType_T bootDevice;
     
    46774678    BOOL fACPI;
    46784679    hrc = biosSettings->COMGETTER(ACPIEnabled)(&fACPI);                             H();
    4679     if (fACPI || fIOAPIC)
     4680    if (fACPI)
    46804681    {
    46814682        rc = CFGMR3InsertNode(pDevices, "acpi", &pDev);                             RC_CHECK();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette