Increased maxproc from 6 to 32

This value may still not be correct, but it was enough to resolve
a divide by 0 issue in link01 initialization phase.
This commit is contained in:
Jennifer Averett 2012-05-30 11:52:41 -05:00
parent 3cde7552eb
commit 9f11e4092a

View File

@ -50,7 +50,7 @@
#include <freebsd/sys/malloc.h>
#include <freebsd/sys/uio.h>
int maxproc = 6; /* XXX Used value of rtems KERN_MAXPROC */
int maxproc = 32; /* XXX Used value of rtems KERN_MAXPROC */
int ngroups_max = NGROUPS_MAX; /* XXX */
int maxfiles = 7; /* XXX sys. wide open files limit */