According to config(5) manual, 'devices' are defined in sys/conf/files and 'options' are defined in sys/conf/options, but it seems to me both keywords would make the feature built into kernel, so I am not sure which one I should use in a kernel config file? Can anyone help explain the exact...
I'd like to create a character device that serves as a single file's filesystem. Thus, I created my own device implementing read, write and mmap methods.
For the experiment, I wish my device to be mounted by regular high-level filesystem and represent a dynamic library available for loading by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.