From e842c512179d3f34731ce78e3a906c5fec162e07 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 4 Dec 2021 19:24:16 -0700 Subject: Created UART console layout --- src/util/mutex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util') 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; -- cgit v1.2.1