source:
GPL/include/asm/param.h@
1
Last change on this file since 1 was 1, checked in by , 20 years ago | |
---|---|
File size: 350 bytes |
Line | |
---|---|
1 | /* $Id: param.h,v 1.1.1.1 2003/07/02 13:56:58 eleph Exp $ */ |
2 | |
3 | #ifndef _ASMi386_PARAM_H |
4 | #define _ASMi386_PARAM_H |
5 | |
6 | #ifndef HZ |
7 | #define HZ 100 |
8 | #endif |
9 | |
10 | #define EXEC_PAGESIZE 4096 |
11 | |
12 | #ifndef NGROUPS |
13 | #define NGROUPS 32 |
14 | #endif |
15 | |
16 | #ifndef NOGROUP |
17 | #define NOGROUP (-1) |
18 | #endif |
19 | |
20 | #define MAXHOSTNAMELEN 64 /* max length of hostname */ |
21 | |
22 | #endif |
Note:
See TracBrowser
for help on using the repository browser.