ptos: ps: Add thread management groundwork
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
* @Pid: Process ID
|
||||
* @Flags: Initialization flags
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct _PROCESS {
|
||||
CHAR Name[PS_NAME_MAX];
|
||||
UQUAD Pid;
|
||||
ULONG Flags;
|
||||
|
||||
Reference in New Issue
Block a user