VirtualBox

Changeset 7798 in vbox


Ignore:
Timestamp:
Apr 8, 2008 12:45:05 PM (17 years ago)
Author:
vboxsync
Message:

rtR0MemObjNativeAllocPhysNC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp

    r7783 r7798  
    373373int rtR0MemObjNativeAllocPhysNC(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest)
    374374{
    375 #if 0
    376     /** @todo rtR0MemObjNativeAllocPhys / darwin. */
    377     return rtR0MemObjNativeAllocPhys(ppMem, cb, PhysHighest);
    378 #endif
     375    /** @todo rtR0MemObjNativeAllocPhys / darwin.
     376     * This might be a bit problematic and may very well require having to create our own
     377     * object which we populate with pages but without mapping it into any address space.
     378     * Estimate is 2-3 days.
     379     */
    379380    return VERR_NOT_SUPPORTED;
    380381}
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