![]() | |
| Driver installation on Windows requires administrator privileges. |
Register/load your driver, using the wdreg.exe or wdreg_gui.exe utility:
![]() | |
| In the following instructions, KP_NAME stands for your Kernel PlugIn driver's name, without the .sys extension. |
To install your driver, run this command:
WinDriver\util> wdreg -name KP_NAME install
![]() | |
|
Kernel PlugIn drivers are dynamically loadable — i.e., they can be
loaded and unloaded without reboot.
For additional information, refer to
|
Change directory to your Kernel PlugIn driver directory.
For example, when installing the sample KP_PCI driver, run
$ cd WinDriver/samples/pci_diag/kp_pci
When installing a driver created using the Kernel PlugIn files generated by
DriverWizard, run the following command, where <path>
signifies the path to your generated DriverWizard project directory (e.g.,
~/WinDriver/wizard/my_projects/my_kp):
$ cd <path>/kermode/
![]() | |
| The following command must be executed with root privileges. |
# make install![]() | |
|
Kernel PlugIn drivers are dynamically loadable — i.e., they can be
loaded and unloaded without reboot.
For additional information, refer to
|