]> Zhao Yanbai Git Server - minix.git/commitdiff
kernel: increase some per-process privilege limits.
authorBen Gras <ben@minix3.org>
Thu, 6 May 2010 22:21:08 +0000 (22:21 +0000)
committerBen Gras <ben@minix3.org>
Thu, 6 May 2010 22:21:08 +0000 (22:21 +0000)
kernel/priv.h

index 42e62698621bb46579cc375c1402a123e53848cf..75c09de5eb0360aed9db4099d445d964567046d9 100644 (file)
 #include "type.h"
 
 /* Max. number of I/O ranges that can be assigned to a process */
-#define NR_IO_RANGE    32
+#define NR_IO_RANGE    64
 
 /* Max. number of device memory ranges that can be assigned to a process */
-#define NR_MEM_RANGE   10
+#define NR_MEM_RANGE   20
 
 /* Max. number of IRQs that can be assigned to a process */
-#define NR_IRQ 4
+#define NR_IRQ 8
  
 struct priv {
   proc_nr_t s_proc_nr;         /* number of associated process */