task: Implement new process state

Added "Frozen" for vfork implementation.
This commit is contained in:
EnderIce2
2024-10-20 03:00:34 +03:00
parent 53360c10e2
commit f57ad7fc81
4 changed files with 20 additions and 1 deletions

View File

@ -32,6 +32,8 @@ const char *Statuses[] = {
"FF0088", /* Zombie */
"FF0000", /* Terminated */
"FF8800", /* Frozen */
};
const char *StatusesSign[] = {
@ -46,6 +48,7 @@ const char *StatusesSign[] = {
"Core",
"Zombie",
"Terminated",
"Frozen",
};
const char *SuccessSourceStrings[] = {