diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-31 12:41:04 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-31 12:41:04 -0400 |
commit | 4dc44e8fce222a21f5eb8b86ecb226855c34999b (patch) | |
tree | 83e42cbd2cfde437a35216e9c1ee58c0af995e94 /include/params.h | |
parent | track changes (diff) | |
download | comus-4dc44e8fce222a21f5eb8b86ecb226855c34999b.tar.gz comus-4dc44e8fce222a21f5eb8b86ecb226855c34999b.tar.bz2 comus-4dc44e8fce222a21f5eb8b86ecb226855c34999b.zip |
track upstream
Diffstat (limited to 'include/params.h')
-rw-r--r-- | include/params.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/params.h b/include/params.h index dabbe8d..7a41e02 100644 --- a/include/params.h +++ b/include/params.h @@ -20,11 +20,13 @@ // Upper bound on the number of simultaneous user-level // processes in the system (completely arbitrary) - #define N_PROCS 25 -// Clock frequency (Hz) +// Limit on the number of entries in argv[], INCLUDING +// the trailing NULL pointer (also completely arbitrary) +#define N_ARGS 10 +// Clock frequency (Hz) #define CLOCK_FREQ 1000 #define TICKS_PER_MS 1 |