Hello,I need to add kernel thread which starts in kernel module after modload and finishes on modunload.
I am looking into sys/lwp.h and kern/kern_lwp.c. on lwp..() prototypes and I have many questions on it.
Does exist any example which can help to understand how to properly use this interface ?
Peter