Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道 Linux 中 ZwAllocateVirtualMemory 的等价物吗?我想要一个 linux 设备驱动程序在进程中分配虚拟地址空间。
较新内核版本的 do_mmap 和 vm_mmap 可用于从 linux 驱动程序在进程中分配虚拟内存。