Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top