]>
wirehaze git hosting - ppos.git/blob - ppos/kernel/tcb.h
1 // PingPongOS - PingPong Operating System
2 // Prof. Carlos A. Maziero, DINF UFPR
3 // Versão 2.0 -- Junho de 2025
5 // TCB - Task Control Block do sistema operacional
12 // Task Control Block (TCB), infos sobre uma tarefa
15 int id
; // identificador da tarefa
16 char *name
; // nome da tarefa
17 struct ctx_t context
; // contexto armazenado da tarefa