blob: 9d09e9f2c4f5bff93646e41805ae1487157a0087 [file] [log] [blame] [view] [edit]
# procfs
This library contains an implementation of the `/proc` file system. Programs
can use this library to improve compatibility with other operating systems.
## Implementation status: Proof-of-concept
This library is currently a proof-of-concept that we are using to explore
how much compatibility we can offer using this mechanism.