kernel-tutorial
There are 2 repositories under kernel-tutorial topic.
ANSANJAY/LinuxKernelModuleInternals
This repository explores Linux kernel modules, diving into differences between modprobe and insmod (1_modprobe_vs_insmod), and delves deeper into the internal module initialization and exit processes (2_internal_module_init_exit)
ANSANJAY/LinuxModuleParameters
A comprehensive guide to Linux kernel modules, detailing parameter passing and array passing techniques