Modifying any part of the Linux kernel source code is usually a challenging task most software developers would prefer to avoid, composed as it is thousands of code lines divided by hundred of files.
The Linux kernel provides support for memory management, interprocess communication mechanisms, interrupt management, and TCP / IP networking. The directory structure separates architecture-dependent ...