●task数组的大小决定了系统中能够 容纳进程的最大数量。 ●task数组的定义如下: struct task struct *task[NR TASKS I&init task: ●task[]数组是一个指向 task struct 结构的指针数组。⚫ task数组的大小决定了系统中能够 容纳进程的最大数量。 ⚫task 数组的定义如下: struct task_struct *task[NR_TASKS] = {&init_task}; ⚫task[ ]数组是一个指向task_struct 结构的指针数组