Go to the source code of this file.
Defines | |
| #define | NPROC 64 |
| #define | PAGE 4096 |
| #define | KSTACKSIZE PAGE |
| #define | NCPU 8 |
| #define | NOFILE 16 |
| #define | NFILE 100 |
| #define | NBUF 10 |
| #define | NINODE 50 |
| #define | NDEV 10 |
| #define | ROOTDEV 1 |
| #define KSTACKSIZE PAGE |
Definition at line 3 of file param.h.
Referenced by allocproc(), bootothers(), fork(), usegment(), and wait().
| #define NFILE 100 |
| #define NOFILE 16 |
| #define NPROC 64 |
Definition at line 1 of file param.h.
Referenced by allocproc(), exit(), kill(), procdump(), scheduler(), wait(), and wakeup1().
| #define PAGE 4096 |
Definition at line 2 of file param.h.
Referenced by exec(), kalloc(), kfree(), kinit(), morecore(), pipealloc(), pipeclose(), and userinit().
1.5.6