VirtualBox

Changeset 4220 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 19, 2007 12:04:30 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23714
Message:

some ideas for virtual address reserving.

File:
1 edited

Legend:

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

    r4219 r4220  
    570570int rtR0MemObjNativeReserveKernel(PPRTR0MEMOBJINTERNAL ppMem, void *pvFixed, size_t cb, size_t uAlignment)
    571571{
     572    /*
     573     * MmCreateSection(SEC_RESERVE) + MmMapViewInSystemSpace perhaps?
     574     */
    572575    return VERR_NOT_IMPLEMENTED;
    573576}
     
    576579int rtR0MemObjNativeReserveUser(PPRTR0MEMOBJINTERNAL ppMem, RTR3PTR R3PtrFixed, size_t cb, size_t uAlignment, RTR0PROCESS R0Process)
    577580{
     581    /*
     582     * ZeCreateSection(SEC_RESERVE) + ZwMapViewOfSection perhaps?
     583     */
    578584    return VERR_NOT_IMPLEMENTED;
    579585}
     586
    580587
    581588/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette