xv6-riscv-rust/param.h

5 lines
74 B
C

#define NPROC 64
#define PAGE 4096
#define KSTACKSIZE PAGE
#define NCPU 8