Trace syscall WIP

This commit is contained in:
Imbus 2024-08-07 06:39:09 +02:00
parent a14ba848b3
commit 11b52f63c1
5 changed files with 12 additions and 1 deletions

View file

@ -36,3 +36,4 @@ entry("getpid");
entry("sbrk");
entry("sleep");
entry("uptime");
entry("trace");