feat: added ps command

This commit is contained in:
2021-08-12 20:31:11 +02:00
parent 94c6332e27
commit 3034a5d417
4 changed files with 34 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
#include <myke/libk/syscall.h>
typedef struct lock_fifo_entry {
uint32_t tid;
pid_t tid;
struct lock_fifo_entry *next;
} lock_fifo_entry_t;