VirtualBox

Changeset 8942 in vbox for trunk


Ignore:
Timestamp:
May 20, 2008 9:11:31 AM (17 years ago)
Author:
vboxsync
Message:

comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r8155 r8942  
    955955
    956956/**
    957  * Construct the MPS table. Only applicable if IOAPIC is active.
     957 * Construct the MPS table. Only applicable if IOAPIC is active!
     958 *
     959 * See ``MultiProcessor Specificatiton Version 1.4 (May 1997)'':
     960 *   ``1.3 Scope
     961 *     ...
     962 *     The hardware required to implement the MP specification is kept to a
     963 *     minimum, as follows:
     964 *     * One or more processors that are Intel architecture instruction set
     965 *       compatible, such as the CPUs in the Intel486 or Pentium processor
     966 *       family.
     967 *     * One or more APICs, such as the Intel 82489DX Advanced Programmable
     968 *       Interrupt Controller or the integrated APIC, such as that on the
     969 *       Intel Pentium 735\90 and 815\100 processors, together with a discrete
     970 *       I/O APIC unit.''
     971 * and later:
     972 *   ``4.3.3 I/O APIC Entries
     973 *     The configuration table contains one or more entries for I/O APICs.
     974 *     ...
     975 *     I/O APIC FLAGS: EN 3:0 1 If zero, this I/O APIC is unusable, and the
     976 *                              operating system should not attempt to access
     977 *                              this I/O APIC.
     978 *                              At least one I/O APIC must be enabled.''
    958979 *
    959980 * @param   pDevIns    The device instance data.
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