@zenfs/linux
A best-effort emulation of Linux-specific behavior for ZenFS.
npm install @zenfs/linuxReference generated from v0.2.1.
Kernel modules
Section titled “Kernel modules”The foundational part of @zenfs/linux is its kernel module API. Modules are loaded with init and
unloaded with dispose, and can depend on each other.
See Writing a module for the guide.
Filesystems
Section titled “Filesystems”The following filesystems are provided:
- sysfs,
/sys - debugfs,
/sys/kernel/debug(work in progress) - configfs,
/sys/kernel/config(work in progress) - procfs,
/proc - devtmpfs,
/dev