VirtualBox

Ignore:
Timestamp:
Dec 27, 2022 10:06:36 PM (2 years ago)
Author:
vboxsync
Message:

SUPDrv: Define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE for all but solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h

    r96407 r97873  
    305305#endif
    306306
    307 #if defined(RT_OS_LINUX) /** @todo make everyone do this */
    308307/** Use the RTR0MemObj API rather than the RTMemExecAlloc for the images.
    309308 * This is a good idea in general, but a necessity for @bugref{9801}. */
     309#ifndef RT_OS_SOLARIS /** @todo add support for allocating executabe memory via RTR0MemObj */
    310310# define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE
    311311#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