From: Mohit Gupta on
How can I write to file if my interrupt function is fired? I know can't write
to file from an interrupt function because it's running at DIRQL. What's the
way around?

This is what I want to do:

Whenever an interrupt is fired, I want to log the event to a file in my own
format (for debugging and testing purposes).