Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 21-Aug-2025 | - | ||||
README.md | A D | 21-Aug-2025 | 391 | 6 | 3 | |
SConscript | A D | 21-Aug-2025 | 259 | 12 | 7 | |
ptyfs.c | A D | 21-Aug-2025 | 17.7 KiB | 659 | 504 | |
ptyfs.h | A D | 21-Aug-2025 | 528 | 23 | 8 |
README.md
1# The Pseudo Terminal Filesystem 2 3The device register on ptyfs is also registered in device frameworks with `rt_device_register()`. 4 5It'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. 6