xv6-simplified 0.1
简化版xv6
|
定义了一些系统参数的常量 More...
Go to the source code of this file.
Macros | |
#define | NPROC 64 |
#define | NCPU 8 |
#define | NOFILE 16 |
#define | ROOTDEV 1 |
#define | MAXARG 32 |
#define | MAXPATH 128 |
#define | MAXOPBLOCKS 10 |
#define | NBUF (MAXOPBLOCKS * 3) |
#define | NFILE 100 |
#define | NDEV 10 |
#define | LOGSIZE (MAXOPBLOCKS*3) |
#define | FSSIZE 2000 |
定义了一些系统参数的常量
#define FSSIZE 2000 |
#define LOGSIZE (MAXOPBLOCKS*3) |
#define MAXARG 32 |
#define MAXOPBLOCKS 10 |
#define MAXPATH 128 |
#define NBUF (MAXOPBLOCKS * 3) |
#define NCPU 8 |
#define NDEV 10 |
#define NFILE 100 |
#define NOFILE 16 |
#define NPROC 64 |
#define ROOTDEV 1 |