문제

anybody know how the equivalent for ZwAllocateVirtualMemory in linux ? I want a linux device driver to allocate virtual address space in a process.

도움이 되었습니까?

해결책

do_mmap and vm_mmap for newer kernel versions can be used to allocated virtual memory in a process from a linux driver.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top