Running application in kernel mode as device driver!
It might sound stupid, but, hey, I'm newbie!
Is it possible? Let me explain a bit. I've a full blown application using all operating system features such as threading, synchronization etc. Can I package it as device driver? Would that improve performance? Not sure if there are any memory/code size limitations in device drivers or whether all kernel facilities are available.
|