[BSD] In BSD and some other Unix-like distributions, kernfs is a pseudo file system (pseudo in that it is dynamically generated during booting of the operating system) that provides access to information on the currently running kernel. Like procfs, it does not consist of actual files on media but instead allows processes to access system i...
Found on
http://en.wikipedia.org/wiki/Kernfs_(BSD)
[Linux] In the Linux kernel, kernfs is a set of functions that contains the functionality required for creating virtual file systems used internally by kernel`s various subsystems. Creation of the kernfs is the result of splitting off part of the internal logic used by sysfs, which provides a set of virtual files by exporting information ab...
Found on
http://en.wikipedia.org/wiki/Kernfs_(Linux)
No exact match found.