mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 15:06:52 -04:00
Doc
This commit is contained in:
parent
5af4bc0bd1
commit
e62c43a70b
@ -51,14 +51,14 @@ struct segment_t {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct process_t {
|
struct process_t {
|
||||||
pid_t pid;
|
pid_t pid; ///< The process id
|
||||||
pid_t ppid;
|
pid_t ppid; ///< The parent's process id
|
||||||
|
|
||||||
bool system;
|
bool system; ///< Indicates if the process is a system process
|
||||||
|
|
||||||
size_t priority;
|
size_t priority; ///< The priority of the process
|
||||||
|
|
||||||
size_t tty;
|
size_t tty; ///< The terminal the process is linked to
|
||||||
|
|
||||||
size_t physical_cr3;
|
size_t physical_cr3;
|
||||||
size_t paging_size;
|
size_t paging_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user