Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top