Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Merge branch 'devel'
[palacios.git] / kitten / include / arch-x86_64 / param.h
1 #ifndef _ASMx86_64_PARAM_H
2 #define _ASMx86_64_PARAM_H
3
4 #ifdef __KERNEL__
5 # define USER_HZ       100              /* .. some user interfaces are in "ticks */
6 #define CLOCKS_PER_SEC        (USER_HZ)       /* like times() */
7 #endif
8
9 #define EXEC_PAGESIZE   4096
10
11 #ifndef NOGROUP
12 #define NOGROUP         (-1)
13 #endif
14
15 #define MAXHOSTNAMELEN  64      /* max length of hostname */
16
17 #endif