Recent content by fsgeek

  1. F

    Windows 8's greatest weakness: DPC latency

    There are essentially three parts to a driver: - dispatch code, that takes calls from the OS and programs the hardware to perform an operation - interrupt code, that handles interrupts from the hardware indicating some sort of event has occurred (e.g., an operation is done or new data has...