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.
我试图完全理解调用 ReadFile 时发生的 I/O 请求流。我知道 I/O 管理器如何创建 IRP 并将其传递到驱动程序堆栈。一旦从设备中检索到数据,就会发生中断,执行驱动程序 ISR 以调度 DCP。DCP 和正在填充数据的应用程序缓冲区之间会发生什么?