diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-08 10:49:18 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-08 10:49:18 -0400 |
commit | c8a1e0531d7ccdce5f76aec8a5b6147c686d3403 (patch) | |
tree | 2a68ab7da901a96fea975ca2ec02a9c77137686b /kernel/old/include/params.h | |
parent | tty => term (diff) | |
download | comus-c8a1e0531d7ccdce5f76aec8a5b6147c686d3403.tar.gz comus-c8a1e0531d7ccdce5f76aec8a5b6147c686d3403.tar.bz2 comus-c8a1e0531d7ccdce5f76aec8a5b6147c686d3403.zip |
fix old checkout
Diffstat (limited to 'kernel/old/include/params.h')
-rw-r--r-- | kernel/old/include/params.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/kernel/old/include/params.h b/kernel/old/include/params.h index 7a41e02..52eb81d 100644 --- a/kernel/old/include/params.h +++ b/kernel/old/include/params.h @@ -20,14 +20,12 @@ // Upper bound on the number of simultaneous user-level // processes in the system (completely arbitrary) -#define N_PROCS 25 -// Limit on the number of entries in argv[], INCLUDING -// the trailing NULL pointer (also completely arbitrary) -#define N_ARGS 10 +#define N_PROCS 25 // Clock frequency (Hz) -#define CLOCK_FREQ 1000 -#define TICKS_PER_MS 1 + +#define CLOCK_FREQ 1000 +#define TICKS_PER_MS 1 #endif |