Add sys scheme to allow inspection of processes. WIP: Signals.
This commit is contained in:
parent
224c43f761
commit
d18bf07f3e
9 changed files with 445 additions and 64 deletions
3
Makefile
3
Makefile
|
@ -267,6 +267,7 @@ coreutils: \
|
|||
filesystem/bin/mkdir \
|
||||
filesystem/bin/mv \
|
||||
filesystem/bin/printenv \
|
||||
filesystem/bin/ps \
|
||||
filesystem/bin/pwd \
|
||||
filesystem/bin/realpath \
|
||||
filesystem/bin/reset \
|
||||
|
@ -280,7 +281,7 @@ coreutils: \
|
|||
filesystem/bin/true \
|
||||
filesystem/bin/wc \
|
||||
filesystem/bin/yes
|
||||
#filesystem/bin/free filesystem/bin/ps filesystem/bin/shutdown filesystem/bin/test
|
||||
#filesystem/bin/free filesystem/bin/shutdown filesystem/bin/test
|
||||
|
||||
extrautils: \
|
||||
filesystem/bin/calc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue