summaryrefslogtreecommitdiff
path: root/kernel/fs/procfs.h
AgeCommit message (Collapse)Author
2024-12-12procfs: Add a procfsAnton Kling
Userland can now interface with processes by writing/reading from `/proc/<pid>/<entry>` It can send signals, for example `echo 15 > /proc/1/signal`