diff options
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 |