Hi,
I am looking to write a mountable filesystem for Linux where data is obtained from sources other that a disk.
Something like the proc fs.
I must admit that I am new to Linux "internals", but have writtten an MS-DOS block device driver in the past, that wold read/write sectors from a Sco Unix file system over the serial port.
What I am looking for is code for a Skeleton driver in Linux that has the necessary framework in place.
For my DOS project, the Ray Duncan book provided me with such a Skeleton.
I have searched the net in the past, but have not been able to find a good example. Therefore I put this project on hold for a long time.
I have not even looked at the /proc fs source code, as I think it may be too complex.
Any pointers / hints / tips will be appriciated.
Regards Shahed