summaryrefslogtreecommitdiff
path: root/param.h
blob: dac7e101ff4fb50a283641cd725ecf4a7ad727dc (plain)
1
2
3
4
5
6
#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