VirtualBox

Ignore:
Timestamp:
Nov 19, 2009 2:21:54 PM (15 years ago)
Author:
vboxsync
Message:

EFI: EFI 64-bit host support.

Location:
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h

    r23400 r24790  
    118118    /** 0x18 - Amount of memory above 4GB (in bytes). */
    119119    uint64_t    cbAbove4GB;
    120     /** 0x20 - Flags reserved for future use, must be zero. */
     120    /** 0x20 - see flags values below */
    121121    uint32_t    fFlags;
    122122    /** 0x24 - The nubmer of Virtual CPUs. */
     
    135135/** The physical address where DEVEFIINFO can be found. */
    136136#define DEVEFI_INFO_PHYS_ADDR   (0xfffff000)
     137#define DEVEFI_INFO_FLAGS_X64   RT_BIT(0)
    137138
    138139/** @} */
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac

    r23400 r24790  
    5555
    5656%define DEVEFI_INFO_PHYS_ADDR   (0xfffff000)
     57%define DEVEFI_INFO_FLAGS_X64   RT_BIT(0)
    5758
    5859%endif
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