Changeset 97873 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 27, 2022 10:06:36 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r96407 r97873 305 305 #endif 306 306 307 #if defined(RT_OS_LINUX) /** @todo make everyone do this */308 307 /** Use the RTR0MemObj API rather than the RTMemExecAlloc for the images. 309 308 * 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 */ 310 310 # define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE 311 311 #endif
Note:
See TracChangeset
for help on using the changeset viewer.