changed max pid back to 30000
This commit is contained in:
parent
af27dc0cf7
commit
3e5276eff7
@ -11,7 +11,10 @@
|
|||||||
#define MAX_PAGES 4096 /* how many pages in the virtual addr space */
|
#define MAX_PAGES 4096 /* how many pages in the virtual addr space */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NR_PIDS 65536 /* process ids range from 0 to NR_PIDS-1 */
|
#define NR_PIDS 30000 /* process ids range from 0 to NR_PIDS-1.
|
||||||
|
* (magic constant: some old applications use
|
||||||
|
* a 'short' instead of pid_t.)
|
||||||
|
*/
|
||||||
|
|
||||||
#define PM_PID 0 /* PM's process id number */
|
#define PM_PID 0 /* PM's process id number */
|
||||||
#define PM_PARENT -1 /* PM's parent process slot */
|
#define PM_PARENT -1 /* PM's parent process slot */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user