ptos: ps: Add thread management groundwork

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-14 00:47:29 -04:00
parent 78ea82f158
commit cf0e104b12
3 changed files with 81 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
* @Pid: Process ID
* @Flags: Initialization flags
*/
typedef struct {
typedef struct _PROCESS {
CHAR Name[PS_NAME_MAX];
UQUAD Pid;
ULONG Flags;