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