procfs
The procfs is a filesystem providing information for each running processes. Its structure is based on the one from Linux.
Each process has its own directory at the root of the filesystem. The name of the directory is the PID of the process in decimal.
A process’s directory contains files with information about the process.
TODO: list files