Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top