Instead of adopting a single approach, the Linux kernel inherited a generic framework that separated policy from enforcement. Linux内核继承了一种通用框架,将策略从实现中分离了出来,而不是采用单一的方法。
The PCI subsystem ( also known as the PCI layer ) in the kernel provides all the generic functions that are used in common by various PCI device drivers. 在内核中的PCI子系统,也就是众所周知的PCI层,提供了所有可以用于大多数PCI设备驱动的通用功能。
In addition to the kernel components which provide generic infrastructure, the other Platform components address particular aspects of the software development lifecycle. 除了提供通用基础设施的内核组件以外,还有其他平台组件处理软件开发生命周期的特定方面。
The next major kernel release for Linux ( 2.4 ) promises many generic scalability improvements that should benefit Domino as well. 下一个Linux内核发布版(2.4)保证提供更多的通用伸缩性改进,这也使Domino受益。
In. / kernel / sched. c, you 'll find the generic schedule () function, which preempts the currently running task ( unless it preempts itself with yield ()). 在./kernel/sched.c中,您会看到通用schedule()函数,它会先抢占当前运行任务(除非它通过yield()代码先抢占自己)。