1

I'm looking into signing a driver I made. A lot of the Microsoft documentation references "kernel mode software." What is that? It's mentioned in a lot of places, but it doesn't seem to be defined anywhere. How do I know if my driver is kernel mode software? My driver is a customized version of the Silicon Labs VCP driver. Thanks.

pnuts
  • 58,317
  • 11
  • 87
  • 139
Jim Fell
  • 13,750
  • 36
  • 127
  • 202

1 Answers1

2

Here is a good general link on this: Windows Programming/User Mode vs Kernel Mode

Simon Mourier
  • 132,049
  • 21
  • 248
  • 298