VirtualBox

Changeset 77695 in vbox


Ignore:
Timestamp:
Mar 13, 2019 10:09:17 PM (6 years ago)
Author:
vboxsync
Message:

Comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/CpuDxe/CpuGdt.c

    r77662 r77695  
    137137  // Allocate Runtime Data for the GDT
    138138  //
    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. */
    140140  ASSERT (gdt != NULL);
    141141  gdt = ALIGN_POINTER (gdt, 8);
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