Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top