Skip to content

@zenfs/linux

A best-effort emulation of Linux-specific behavior for ZenFS.

Terminal window
npm install @zenfs/linux

Reference generated from v0.2.1.

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.

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