summaryrefslogtreecommitdiff
path: root/param.h
blob: 9b5c5e82f60af4067beb1ba983be54ac0bb3d337 (plain)
1
2
3
4
5
6
7
8
9
#define NPROC 64
#define PAGE 4096
#define KSTACKSIZE PAGE
#define NCPU 8
#define NOFILE 16 // file descriptors per process
#define NFD 100 // file descriptors per system
#define NREQUEST 100 // outstanding disk requests
#define NBUF 10
#define NINODE 100