I am trying to write my own system call in linux kernel version 2.6.32.60. I have added several syscalls, and rebuild the kernel successfully. Also, I've build a module to read and write files to the proc file system.
For the next step, I was wondering if it is possible to add a system call to the kernel to read files in /proc, such as /proc/stat, and show the information?
Thank you.