rt-thread/components/dfs/dfs_v2/filesystems/ptyfs
Shell 83e95bdff4
sync smart & dfs (#8672)
Signed-off-by: xqyjlj <xqyjlj@126.com>
Signed-off-by: Shell <smokewood@qq.com>
Co-authored-by: xqyjlj <xqyjlj@126.com>
2024-03-28 23:42:56 +08:00
..
README.md sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
SConscript sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
ptyfs.c sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
ptyfs.h sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00

README.md

The Pseudo Terminal Filesystem

The device register on ptyfs is also registered in device frameworks with rt_device_register().

It's possible to mount a new ptyfs instance on another path. Each instance is isolated to each other. And they don't share the id system. But generally speaking, you have to mount the ptyfs on /dev root, since all the file nodes in ptyfs are devices.