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.
标题中的驱动程序与 PCIe 卡一起工作,以将一些数据从外部世界传输到 PC。
驱动程序在启动时会分配几十MB的内存,然后用户程序可以将这些内存映射到自己的地址空间,然后数据可以被卡放在那里,供用户程序访问。
我的问题:
任何建议将不胜感激。