source: sbliveos2/trunk/include/asm/param.h@ 145

Last change on this file since 145 was 142, checked in by ktk, 25 years ago

Import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 278 bytes
Line 
1/* $Id: param.h 142 2000-04-23 14:55:46Z ktk $ */
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.