Changeset 14824 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c
- Timestamp:
- Nov 30, 2008 7:52:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c
r13839 r14824 254 254 } 255 255 256 int rtR0MemObjNativeMapKernel(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, void *pvFixed, size_t uAlignment, unsigned fProt) 256 int rtR0MemObjNativeMapKernel(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, void *pvFixed, size_t uAlignment, 257 unsigned fProt, size_t offSub, size_t cbSub) 257 258 { 258 259 /* @todo rtR0MemObjNativeMapKernel / Solaris - Should be fairly simple alloc kernel memory and memload it. */
Note:
See TracChangeset
for help on using the changeset viewer.