VirtualBox

Changeset 85533 in vbox for trunk


Ignore:
Timestamp:
Jul 29, 2020 10:31:37 PM (4 years ago)
Author:
vboxsync
Message:

/Config.kmk,SUPDrv: Make VBoxR0 build shared objects on linux; enabled the new allocation code for linux. bugref:9801

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r85507 r85533  
    46524652 TEMPLATE_VBoxR0_LD_DEBUG           = split
    46534653 endif
    4654  if 0 #1of ($(KBUILD_TARGET), linux)
     4654 if1of ($(KBUILD_TARGET), linux)
    46554655VBOX_WITH_VBOXR0_AS_DLL = 1
    46564656TEMPLATE_VBoxR0_DLLSUFF             = .r0
  • trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h

    r85507 r85533  
    146146#endif
    147147
    148 
    149 #if 0 /*def RT_OS_LINUX*/
     148#if defined(RT_OS_LINUX) /** @todo make everyone do this */
    150149/** Use the RTR0MemObj API rather than the RTMemExecAlloc for the images.
    151150 * This is a good idea in general, but a necessity for @bugref{9801}. */
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