feat: improve process manager, add windows tab

This commit is contained in:
2026-03-28 11:26:55 +01:00
parent b9dfaba5d1
commit cc92c9a7a5
3 changed files with 504 additions and 135 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ typedef struct {
typedef struct {
int32_t pid;
int32_t parent_pid;
uint8_t state; /* 0=Free, 1=Ready, 2=Running, 3=Terminated */
uint8_t state; /* 0=Free, 1=Ready, 2=Running, 3=Blocked, 4=Terminated */
uint8_t _pad[3];
char name[64];
uint64_t heap_used;