Increase process table size
This commit is contained in:
parent
a36a3766b0
commit
6959226707
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#define _PTR_SIZE _EM_WSIZE
|
||||
#endif
|
||||
|
||||
#define _NR_PROCS 100
|
||||
#define _NR_PROCS 256
|
||||
#define _NR_SYS_PROCS 32
|
||||
|
||||
/* Set the CHIP type based on the machine selected. The symbol CHIP is actually
|
||||
|
|
Loading…
Reference in a new issue