Changeset 7798 in vbox
- Timestamp:
- Apr 8, 2008 12:45:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp
r7783 r7798 373 373 int rtR0MemObjNativeAllocPhysNC(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest) 374 374 { 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 */ 379 380 return VERR_NOT_SUPPORTED; 380 381 }
Note:
See TracChangeset
for help on using the changeset viewer.