xref: /xv6-public/param.h (revision 21a88fd4)
1 #define NPROC 64
2 #define PAGE 4096
3 #define KSTACKSIZE PAGE
4 #define NCPU 8
5