Changeset 24790 in vbox for trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include
- Timestamp:
- Nov 19, 2009 2:21:54 PM (15 years ago)
- 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 118 118 /** 0x18 - Amount of memory above 4GB (in bytes). */ 119 119 uint64_t cbAbove4GB; 120 /** 0x20 - Flags reserved for future use, must be zero.*/120 /** 0x20 - see flags values below */ 121 121 uint32_t fFlags; 122 122 /** 0x24 - The nubmer of Virtual CPUs. */ … … 135 135 /** The physical address where DEVEFIINFO can be found. */ 136 136 #define DEVEFI_INFO_PHYS_ADDR (0xfffff000) 137 #define DEVEFI_INFO_FLAGS_X64 RT_BIT(0) 137 138 138 139 /** @} */ -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac
r23400 r24790 55 55 56 56 %define DEVEFI_INFO_PHYS_ADDR (0xfffff000) 57 %define DEVEFI_INFO_FLAGS_X64 RT_BIT(0) 57 58 58 59 %endif
Note:
See TracChangeset
for help on using the changeset viewer.