Changeset 77695 in vbox
- Timestamp:
- Mar 13, 2019 10:09:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/CpuDxe/CpuGdt.c
r77662 r77695 137 137 // Allocate Runtime Data for the GDT 138 138 // 139 gdt = AllocateReservedPool (sizeof (GdtTemplate) + 8); /* VBox: Dunno exacly why we want reserved pool, original uses AllocateRuntimePool here. Been doing it forever. */139 gdt = AllocateReservedPool (sizeof (GdtTemplate) + 8); /* VBox: Required for OS X (tested with 32-bit 10.6), original uses AllocateRuntimePool here. */ 140 140 ASSERT (gdt != NULL); 141 141 gdt = ALIGN_POINTER (gdt, 8);
Note:
See TracChangeset
for help on using the changeset viewer.