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.
UrandomDev
A urandom device behaves like /dev/urandom.
ZeroDev
A zero device behaves like /dev/zero.