source: branches/minix3-book/servers/pm/const.h@ 4

Last change on this file since 4 was 4, checked in by Mattia Monga, 13 years ago

Importazione sorgenti libro

File size: 403 bytes
Line 
1/* Constants used by the Process Manager. */
2
3#define NO_MEM ((phys_clicks) 0) /* returned by alloc_mem() with mem is up */
4
5#define NR_PIDS 30000 /* process ids range from 0 to NR_PIDS-1.
6 * (magic constant: some old applications use
7 * a 'short' instead of pid_t.)
8 */
9
10#define PM_PID 0 /* PM's process id number */
11#define INIT_PID 1 /* INIT's process id number */
12
Note: See TracBrowser for help on using the repository browser.