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 XPReading Files From The Linux Kernel Space (Module/Driver) (Fedora 14)
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.