xv6/param.h File Reference

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 Documentation

#define KSTACKSIZE   PAGE

Definition at line 3 of file param.h.

Referenced by allocproc(), bootothers(), fork(), usegment(), and wait().

#define NBUF   10

Definition at line 7 of file param.h.

Referenced by binit().

#define NCPU   8

Definition at line 4 of file param.h.

#define NDEV   10

Definition at line 9 of file param.h.

Referenced by readi(), and writei().

#define NFILE   100

Definition at line 6 of file param.h.

Referenced by filealloc().

#define NINODE   50

Definition at line 8 of file param.h.

Referenced by iget().

#define NOFILE   16

Definition at line 5 of file param.h.

Referenced by argfd(), exit(), fdalloc(), and fork().

#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().

#define ROOTDEV   1

Definition at line 10 of file param.h.

Referenced by namex().


Generated on Fri Jan 7 12:25:49 2011 for xv6 by  doxygen 1.5.6