Crate axfs_devfs

Source
Expand description

Device filesystem used by ArceOS.

The implementation is based on axfs_vfs.

Structsยง

DeviceFileSystem
A device filesystem that implements axfs_vfs::VfsOps.
DirNode
The directory node in the device filesystem.
NullDev
A null device behaves like /dev/null.
ZeroDev
A zero device behaves like /dev/zero.