xv6-65oo2/param.h

7 lines
171 B
C
Raw Normal View History

2006-06-12 15:22:12 +00:00
#define NPROC 64
#define PAGE 4096
#define KSTACKSIZE PAGE
#define NCPU 8
2006-06-27 14:35:53 +00:00
#define NOFILE 16 // file descriptors per process
#define NFD 100 // file descriptors per system