Research V4 release
[unix-history] / sys / param.h
CommitLineData
506a359f
KT
1#define NBUF 15
2#define NINODE 100
3#define NFILE 200
4#define NMOUNT 5
5#define USIZE 8
6#define MAXMEM 640
7#define SSIZE 20
8#define SINCR 20
9#define NOFILE 10
10#define CANBSIZ 256
11#define CMAPSIZ 100
12#define SMAPSIZ 100
13#define NCALL 20
14#define NMAJ 5 /* # block devices */
15#define NDC11 12
16#define NRK 4
17#define NKL11 1
18#define NDN 3
19#define NPROC 50
20#define NTEXT 40
21#define NCLIST 100
22#define NULL 0
23#define LKS 0177546
24#define ROOTDEV (0)
25#define NODEV (-1)
26#define SWAPDEV (0<<8)
27#define SWPLO 1248
28#define NSWAP 736
29#define ROOTINO 1
30#define DIRSIZ 14
31#define PSWP -100
32#define PINOD -90
33#define PRIBIO -50
34#define PWAIT 40
35#define PSLEP 90
36#define PUSER 100
37#define NSIG 13
38#define SIGHUP 1
39#define SIGINT 2
40#define SIGQIT 3
41#define SIGINS 4
42#define SIGTRC 5
43#define SIGIOT 6
44#define SIGEMT 7
45#define SIGFPT 8
46#define SIGKIL 9
47#define SIGBUS 10
48#define SIGSEG 11
49#define SIGSYS 12