mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-05 17:20:52 +08:00
devfs: Add some notes on implementation.
This commit is contained in:
parent
6634edbee8
commit
69355c3ce3
10
libbsd.txt
10
libbsd.txt
@ -1046,7 +1046,15 @@ TBD.
|
||||
|
||||
=== devfs (Device file system) ===
|
||||
|
||||
Dummy, IMFS or new implementation (currently dummy).
|
||||
There is a minimal implementation based on IMFS. The mount point is fixed to
|
||||
"/dev". Note that the devfs is only used by the cdev subsystem. cdev has been
|
||||
adapted so that the full path (including the leading "/dev") is given to devfs.
|
||||
This saves some copy operations.
|
||||
|
||||
devfs_create() first creates the full path and then creates an IMFS generic node
|
||||
for the device.
|
||||
|
||||
TBD: remove empty paths on devfs_destroy().
|
||||
|
||||
=== psignal (Signals) ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user