Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top