SPAWN_LIMIT
if (process->p_count++ == SPAWN_LIMIT) {
} else if (process->p_count > SPAWN_LIMIT) {
if (pmptr->p_respawn >= SPAWN_LIMIT) {