diff options
author | Christian Cunningham <cc@localhost> | 2021-12-04 19:24:16 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-04 19:24:16 -0700 |
commit | e842c512179d3f34731ce78e3a906c5fec162e07 (patch) | |
tree | eba577f86bafe3171441fb54de8d1487576c6c3f /src/util | |
parent | ee7d1dea9de7723a92c4598814e5f1cff67c0d07 (diff) |
Created UART console layout
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/mutex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/mutex.h b/src/util/mutex.h index 37def4b..f99b7a8 100644 --- a/src/util/mutex.h +++ b/src/util/mutex.h @@ -2,7 +2,8 @@ #define UTIL_MUTEX_H #define NULL_PID 0 -#define SCHED_PID 1 +#define SYS_PID 1 +#define SCHED_PID 2 struct Mutex { unsigned long* addr; |