xv6-cs450/param.h
kaashoek 21a88fd487 checkpoint. booting second processor. stack is messed up, but thanks to cliff
and plan 9 code, at least boots and gets into C code.
2006-06-22 01:28:57 +00:00

5 lines
74 B
C

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