[haiku-development] Re: Kernel Development Workflow

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 17 Nov 2017 08:35:16 +0100

Am 17/11/2017 um 08:23 schrieb Aditya Kamath:

On 11/16/2017 09:38 AM, Adrien Destugues wrote:
When working on a single driver/kernel module, it is sometimes possible to
unload and reload it without rebooting.
What would the commands be for that ?
I am familiar with the Linux side of things with insmod, modprobe and the likes.

There is no command for this. Drivers have a specific place in the file system hierarchy; if the driver is not in use right now when you update a file in there, the kernel will usually try to load the new one automatically.

Bye,
   Axel.

Other related posts: