I am trying to make changes to a buggy driver on Linux (mint). Is it possible to make and test the changes without rebooting every time?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
If you put your changes in a module rather than inside a monolithic kernel then you can load and unload the module. See:
|
|||
|
|

