mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
task: Implement new process state
Added "Frozen" for vfork implementation.
This commit is contained in:
@ -37,6 +37,7 @@ const char *TaskStateStrings[] = {
|
||||
"CoreDump", // Core dump
|
||||
"Zombie", // Zombie
|
||||
"Terminated", // Terminated
|
||||
"Frozen", // Frozen
|
||||
};
|
||||
|
||||
void cmd_top(const char *)
|
||||
|
Reference in New Issue
Block a user