VirtualBox

Changeset 23942 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 21, 2009 3:41:50 PM (15 years ago)
Author:
vboxsync
Message:

DevPcBios.cpp: todo addressed already, spaces. more stuff tomorrow

File:
1 edited

Legend:

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

    r22907 r23942  
    9898 * @todo Mark which bits are compatible with which BIOSes and
    9999 *       which are our own definitions.
    100  *
    101  * @todo r=bird: Is the 0x61 - 0x63 range defined by AMI,
    102  *       PHOENIX or AWARD? If not I'd say 64MB units is a bit
    103  *       too big, besides it forces unnecessary math stuff onto
    104  *       the BIOS.
    105  *       nike: The way how values encoded are defined by Bochs/QEmu BIOS,
    106  *       although for them position in CMOS is different:
    107  *         0x5b - 0x5c: RAM above 4G
    108  *         0x5f: number of CPUs
    109  *        Unfortunately for us those positions in our CMOS are already taken
    110  *        by 4th SATA drive configuration.
    111  *
    112100 */
    113101
     
    170158    uint64_t        cbLanBoot;
    171159    /** The DMI tables. */
    172     uint8_t        au8DMIPage[0x1000];
     160    uint8_t         au8DMIPage[0x1000];
    173161    /** The boot countdown (in seconds). */
    174     uint8_t        uBootDelay;
     162    uint8_t         uBootDelay;
    175163    /** I/O-APIC enabled? */
    176     uint8_t        u8IOAPIC;
     164    uint8_t         u8IOAPIC;
    177165    /** PXE debug logging enabled? */
    178     uint8_t        u8PXEDebug;
     166    uint8_t         u8PXEDebug;
    179167    /** Number of logical CPUs in guest */
    180     uint16_t       cCpus;
     168    uint16_t        cCpus;
    181169} DEVPCBIOS, *PDEVPCBIOS;
    182170
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