Fedora Linux 8551 Published by

Howtoforge shows you how to reading files from the Linux Kernel space in Fedora 14



It seems like operations that communicate with userspace are really discouraged. And I am not arguing with that. Although it doesn't mean that they cannot be accomplished. A driver loads configuration that could be stored only on HDD. When MS Windows XP
drivers was not implemented. When developer uses procfs or character devices there should be another software or script in boot sequence that is actually sending information from a file to particular device. After some time looking over the internet I have managed to write such module that reads a file.
  Reading Files From The Linux Kernel Space (Module/Driver) (Fedora 14)