Last change
on this file since 354 was 354, checked in by stevenhl, 17 years ago |
Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.
|
File size:
344 bytes
|
Line | |
---|
1 | /* $Id: param.h,v 1.1 2000/04/23 14:55:29 ktk 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.