- Timestamp:
- Jul 29, 2020 10:31:37 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r85507 r85533 4652 4652 TEMPLATE_VBoxR0_LD_DEBUG = split 4653 4653 endif 4654 if 0 #1of ($(KBUILD_TARGET), linux)4654 if1of ($(KBUILD_TARGET), linux) 4655 4655 VBOX_WITH_VBOXR0_AS_DLL = 1 4656 4656 TEMPLATE_VBoxR0_DLLSUFF = .r0 -
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r85507 r85533 146 146 #endif 147 147 148 149 #if 0 /*def RT_OS_LINUX*/ 148 #if defined(RT_OS_LINUX) /** @todo make everyone do this */ 150 149 /** Use the RTR0MemObj API rather than the RTMemExecAlloc for the images. 151 150 * This is a good idea in general, but a necessity for @bugref{9801}. */
Note:
See TracChangeset
for help on using the changeset viewer.