summaryrefslogtreecommitdiff
path: root/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'param.h')
-rw-r--r--param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.h b/param.h
index 34edf95..c1959d1 100644
--- a/param.h
+++ b/param.h
@@ -1,5 +1,5 @@
#define NPROC 64 // maximum number of processes
-#define PAGE 4096 // granularity of user-space memory allocation
+#define PAGE 4096 // conveniently chosen to be equal to PGSIZE
#define KSTACKSIZE PAGE // size of per-process kernel stack
#define NCPU 8 // maximum number of CPUs
#define NOFILE 16 // open files per process