The below code block provides a sample implementation for kernel threads. the sample implementation only indicates a single operation for the thread. normally the a kernel thread will be performing cleanup operations or other background tasks continuously
the output for the kernel thread code is shown below
Pingback: Kernel Threads | Hitch Hiker's Guide to Learning