Linux Kernel /proc Interface - Kernel source /proc samplesLinux Kernel /proc Interface - Kernel source /proc samples

/proc is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers, etc. Personally I prefer /proc interface than other alternatives such as /sysfs, ioctl() and so on for my personal Kernel modules/stack.

I also conduct sessions/classes on Systems and Network software programming and architecture. If you are interested, click HERE for more details.